abbaddon223
Registered User.
- Local time
- Today, 05:34
- Joined
- Mar 13, 2010
- Messages
- 162
I have a data capture script which means Im segmenting forms.
When I input the data in form 1 and navigate to form 2, all the fields in form to are looking at record 1 in the table. How do I get this to keep pointing at the row I've created from form 1?
I'm getting closer with putting a text box in there with (example)
=[Forms]![Form1]![SchoolName]
This is pulling through the school name from form 1 (great) - but as I say, all the other fields a relating back to row 1 rather than looking at row 2
Help greatly appreciated...
When I input the data in form 1 and navigate to form 2, all the fields in form to are looking at record 1 in the table. How do I get this to keep pointing at the row I've created from form 1?
I'm getting closer with putting a text box in there with (example)
=[Forms]![Form1]![SchoolName]
This is pulling through the school name from form 1 (great) - but as I say, all the other fields a relating back to row 1 rather than looking at row 2
Help greatly appreciated...
