lookingforK
Registered User.
- Local time
- Today, 10:05
- Joined
- Aug 29, 2012
- Messages
- 48
I am working with a data entry form application via MS Access 2007 for some users to add records or modify/update existing ones.
I create a blank form (Form1), and put a query object (Query1) on the upper part of it.
Form2 will be put below the list of Query1.
So, when I double click a record in the list of Query1, Form2 should display the details for the corresponding record, so the user could modify it if he/she wants.
How to deal with it?
Thank you.
I create a blank form (Form1), and put a query object (Query1) on the upper part of it.
- The list generated from Query1 displays 3 fields: ID, User Name, Project.
Form2 will be put below the list of Query1.
So, when I double click a record in the list of Query1, Form2 should display the details for the corresponding record, so the user could modify it if he/she wants.
- For example, if the user Mike double clicks one record in the list of Query1 with "ID = 23", "User Name = Mike" and "Project = Project 2", Form2 would present the details of this record, so Mike could update it if he wants.
How to deal with it?
Thank you.