Steve27597
New member
- Local time
- Today, 03:10
- Joined
- Feb 25, 2014
- Messages
- 8
Hello everyone!
I am working on an access database that is a meeting registration database. It is relatively simple in concept:
You can search by Name, Phone, or Account Number and then mark the person as registered.
What I am trying to create is an enhanced search by name. I have created a simple form in datasheet format so that if I search by last name I will probably get a list of names with that last name.
I want to be able to select the name I want, either by double click or highlite and press a button, and then it launches my form that I created for the account lookup / registration.
The account form runs a query that prompts for an account number and displays that account.
I am unable to figure out how to launch the second form passing the selected record's account number.
I hope I don't sound too confusing. I would love some advice as I am not even close to being an access or vba expert.
Thank you,
Steve :banghead:
I am working on an access database that is a meeting registration database. It is relatively simple in concept:
You can search by Name, Phone, or Account Number and then mark the person as registered.
What I am trying to create is an enhanced search by name. I have created a simple form in datasheet format so that if I search by last name I will probably get a list of names with that last name.
I want to be able to select the name I want, either by double click or highlite and press a button, and then it launches my form that I created for the account lookup / registration.
The account form runs a query that prompts for an account number and displays that account.
I am unable to figure out how to launch the second form passing the selected record's account number.
I hope I don't sound too confusing. I would love some advice as I am not even close to being an access or vba expert.
Thank you,
Steve :banghead: