View Full Version : Stay on same record through multiple forms


MW
01-22-2002, 04:57 AM
I've got a table with several forms used to fill it in. I have a button on form 1 for the user to go to form 2, etc. When they enter data on record #6 in form 1, for example, I want it to open up to record #6 when they open form 2, form 3 etc, rather than make them search for the right record. How do I do this?

Thanks

Alexandre
01-22-2002, 06:15 AM
You could for example use OpenArgs to pass the ID of the record to the new form.
Have a look to OpenArgs in Access Help. Re-post if needed.

Alex

[This message has been edited by Alexandre (edited 01-22-2002).]