I guess I missed that. I actually made it using the True and False values of the toggle button, running the macro Onclick. If the togglebutton was TRUE, I opened the Instruction Form (just an unsizable, unclosable set of instructions). If it was False, I Closed the form.
My boss signed off on the application (no database window, no menus, just some forms)
Startup --> Information For
OnClose --> Entry For
OnClick (toggle button) --> Toggle Macro (open and close Instruction form window
OnClick (cancel button) --> Cancel Macro (initializes table behind Entry Form by unbinding and copying the format over it
OnClick (submit button) --> Submit Macro (sends the updated information to me, append query adds to my master table, and select query shows new records onscreen in Update Form
OnClose --> Qui
It's not a complex application, but it beats using Outlook and coding links between an Outlook Form and the Access Table
Thank you
Dere
----- Allen Browne wrote: ----
Yes, Derek
That's what we meant when we said
Use the AfterUpdate event of the toggle button ..
--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users -
http://allenbrowne.com/tips.htm
Reply to group, rather than allenbrowne at mvps dot org
Derek Wittman said:
Thanks for the help - both of you. Is there anyway to do it according t
conditions on the value in a macro? and just keep running the macro t
check whenever the value changes? (onclick or after update