andrewhoddie
Board Regular
- Joined
- Dec 21, 2008
- Messages
- 114
Hi all
Hopefully this is a fairly simple one.
I have a form called DataEntry which has a field called ID which is an autonumber field which produces a reference number. Once the details are added there is are two buttons that can be pressed depending on the user. If command button 1 is pressed it takes you to form Initial Assessment and if Command button 2 is pressed it takes you to form ASB Initial Assessment.
When it redirects to the Initial Assessment form it does not keep the reference from the DataEntry form but starts at the first reference field. I would like it to keep the same record from as shown on the DataEntry form.
Example On DataEntry I add a new record with an ID of 30 and I press the Command Button 1 and the Form Initial Assessment opens but on record 1 not record 30.
Hopefully this makes sense, if not please do not hesitate to ask.
Thanks in advance for your assistance
Andrew
Hopefully this is a fairly simple one.
I have a form called DataEntry which has a field called ID which is an autonumber field which produces a reference number. Once the details are added there is are two buttons that can be pressed depending on the user. If command button 1 is pressed it takes you to form Initial Assessment and if Command button 2 is pressed it takes you to form ASB Initial Assessment.
When it redirects to the Initial Assessment form it does not keep the reference from the DataEntry form but starts at the first reference field. I would like it to keep the same record from as shown on the DataEntry form.
Example On DataEntry I add a new record with an ID of 30 and I press the Command Button 1 and the Form Initial Assessment opens but on record 1 not record 30.
Hopefully this makes sense, if not please do not hesitate to ask.
Thanks in advance for your assistance
Andrew