MackMan
Registered User.
- Local time
- Today, 11:07
- Joined
- Nov 25, 2014
- Messages
- 174
ok, I know this has been covered before, but I'm not sure how to word it in the search forums...
I have a main form. It's only contents is an unbound combobox, and it's used to filter down (via a query) the details in it's sub form (I'm using it to load different account information, rather then type it in all the time).
Anyway, I also have another form (Dashboard, or mainmenu) which summarises activity within Each account and is displayed via a datasheet.
What I'm trying to do is double click the accountname (on the main menu)which will then open up the necessary form and load the value from the datsheet accountname, in to the newly opened forms cbo, where I can apply the form to requery on load.
I'm guess I'm going to have to DIM the value, and docmd.openform etc...
but not sure how this would be written.
Once again, always appreciative on advise and assistance.
I have a main form. It's only contents is an unbound combobox, and it's used to filter down (via a query) the details in it's sub form (I'm using it to load different account information, rather then type it in all the time).
Anyway, I also have another form (Dashboard, or mainmenu) which summarises activity within Each account and is displayed via a datasheet.
What I'm trying to do is double click the accountname (on the main menu)which will then open up the necessary form and load the value from the datsheet accountname, in to the newly opened forms cbo, where I can apply the form to requery on load.
I'm guess I'm going to have to DIM the value, and docmd.openform etc...
but not sure how this would be written.
Once again, always appreciative on advise and assistance.