eTom
Registered User.
- Local time
- Today, 04:43
- Joined
- Oct 15, 2009
- Messages
- 79
I have built a few simple forms for data-entry at this point, as I'm the only user of my database currently.
At the bottom I've added two buttons, one called "Create &Another" which closes the form and then re-opens the same form so another record can be created. I did this because I don't want the forms to be able to look at existing records. I plan to eventually not being the one entering data and want to limit what the forms are capable of.
The second button is just a "&Done" button that simply closes the form.
I now have the need to enter several records one after another that all use the same data in a few fields. Specifically the "product" field. Since I like to use the keyboard for as much as I can, I want to avoid having to choose the product out of the combo box every time. I want to add a "Create Another With Same &Product" button, essentially.
Can I send the value of the forms ProductID field to the same form when I re-open it? I am looking at the Close action that I have set up, and then the OpenForm action, and I'm thinking that I won't be able to send the value as an argument because the first form has already been closed, right?
Thanks in advance!
At the bottom I've added two buttons, one called "Create &Another" which closes the form and then re-opens the same form so another record can be created. I did this because I don't want the forms to be able to look at existing records. I plan to eventually not being the one entering data and want to limit what the forms are capable of.
The second button is just a "&Done" button that simply closes the form.
I now have the need to enter several records one after another that all use the same data in a few fields. Specifically the "product" field. Since I like to use the keyboard for as much as I can, I want to avoid having to choose the product out of the combo box every time. I want to add a "Create Another With Same &Product" button, essentially.
Can I send the value of the forms ProductID field to the same form when I re-open it? I am looking at the Close action that I have set up, and then the OpenForm action, and I'm thinking that I won't be able to send the value as an argument because the first form has already been closed, right?
Thanks in advance!