Hi Folks
Working on pulling through a record field (from a previous record) into a new record. Ive seen plenty of examples of this using DLookUp but they dont show what I actually want to achieve, so any help or pointers would be gratefully received.
Here's what I want to do. I have a table named tblRespite, in this table one of the fields is a memo field and rarely changes from record to record.
The tblRespite table is related to table tblUser. Each user may have one or more episodes of Respite. So a particular clients episodes of respite will no be in a numerical order within the tblRepsite and this is where Im having problems using DLookup. I want to pull this memo field from a particular users previous record and not THE previous record in the table as such (which may be another users record).
Ideally I thought a cmd button and the left of the form field that would copy the data from that particular users previous episode.
Looking at the examples Ive seen its all geared towards the record directly before and not a specific record.
Any ideas
Working on pulling through a record field (from a previous record) into a new record. Ive seen plenty of examples of this using DLookUp but they dont show what I actually want to achieve, so any help or pointers would be gratefully received.
Here's what I want to do. I have a table named tblRespite, in this table one of the fields is a memo field and rarely changes from record to record.
The tblRespite table is related to table tblUser. Each user may have one or more episodes of Respite. So a particular clients episodes of respite will no be in a numerical order within the tblRepsite and this is where Im having problems using DLookup. I want to pull this memo field from a particular users previous record and not THE previous record in the table as such (which may be another users record).
Ideally I thought a cmd button and the left of the form field that would copy the data from that particular users previous episode.
Looking at the examples Ive seen its all geared towards the record directly before and not a specific record.
Any ideas