bladeuk
Board Regular
- Joined
- Apr 6, 2005
- Messages
- 178
Hi,
I have a command button on an input form that when clicked goes to a new form.
Problem is, it goes to the 1st record in the database as opposed to the ID number of the form I am currently in.
I want to click on this button and then the next form display the details for the ID on my initial input form. This second form is to complete a couple of new fields with instructions and be printed out.
I'm not too hot on expression builder and code, so the simpler the answer the better if possible.
I've tried to use the 'Where Condition' filed in my macro and followed waht I think is the correct route but it will still not work.
[Forms]![frmInputForm]![ID No]
Any advice/help gratefully appreciated.
Dave
I have a command button on an input form that when clicked goes to a new form.
Problem is, it goes to the 1st record in the database as opposed to the ID number of the form I am currently in.
I want to click on this button and then the next form display the details for the ID on my initial input form. This second form is to complete a couple of new fields with instructions and be printed out.
I'm not too hot on expression builder and code, so the simpler the answer the better if possible.
I've tried to use the 'Where Condition' filed in my macro and followed waht I think is the correct route but it will still not work.
[Forms]![frmInputForm]![ID No]
Any advice/help gratefully appreciated.
Dave