Access 2010
Hi all,
I have a form with many buttons on it. Each button opens a different form. If the user finishes this From he/she can click the "Finished" button. This closes the form, goes back to the original form with all the buttons and turns the first button green (Forms!NewForms!Distribution.BackColor = vbGreen), indicating that that form is finished. This way the user can go through all buttons, filling in all forms, until all buttons are green.
If the user however wants to stop half way he/she can close the main form and exit.
But when I now open the main form, none of the buttons is green anymore!
Any ideas on how I can save this design change?
Many thanks!
Mark
Hi all,
I have a form with many buttons on it. Each button opens a different form. If the user finishes this From he/she can click the "Finished" button. This closes the form, goes back to the original form with all the buttons and turns the first button green (Forms!NewForms!Distribution.BackColor = vbGreen), indicating that that form is finished. This way the user can go through all buttons, filling in all forms, until all buttons are green.
If the user however wants to stop half way he/she can close the main form and exit.
But when I now open the main form, none of the buttons is green anymore!
Any ideas on how I can save this design change?
Many thanks!
Mark