G
Guest
Greetings!
I have a form where a user would enter usage information about an account.
The account must first be listed in the Account tables before it can be
entered in the Usage table. In the Usage table I currently have a drop down
box of all known account numbers. What I want to do is when a user enters an
acccount number that is not in the drop down list (not in list property) I
want Access to copy the number they entered, then open up a data entry
Account form, and paste the value in the Account form. The user will then
enter the rest of the information pertaining to the account and close the
form. On the form's closing, the Usage form is brought back and I want that
account number to now be available in the drop down list.
So far I have figured out how to open the blank Account form, and how to
requery the drop down box so that the new account number is in it, but what I
don't know how to do is to pass the account number from the Usage form to the
Account form without having the user retype the number. Any suggestions
thoughts or ideas?
Thanks!
I have a form where a user would enter usage information about an account.
The account must first be listed in the Account tables before it can be
entered in the Usage table. In the Usage table I currently have a drop down
box of all known account numbers. What I want to do is when a user enters an
acccount number that is not in the drop down list (not in list property) I
want Access to copy the number they entered, then open up a data entry
Account form, and paste the value in the Account form. The user will then
enter the rest of the information pertaining to the account and close the
form. On the form's closing, the Usage form is brought back and I want that
account number to now be available in the drop down list.
So far I have figured out how to open the blank Account form, and how to
requery the drop down box so that the new account number is in it, but what I
don't know how to do is to pass the account number from the Usage form to the
Account form without having the user retype the number. Any suggestions
thoughts or ideas?
Thanks!