C
cw via AccessMonster.com
This one has stumped me..
- User enters in a new Order into tblOrderProcessing and closes form
- User opens frmSearch, looks up that Order, and makes changes or adds
additional info
Question: How do I stop the user from being able to make changes to that
Order the next day (after a 24hr period)?
My frmWizard uses the tblOrderProcessing table for its main record source,
the rest are subforms on multiple tabs on that main form. I have a button on
Tab 1, that says "NEXT" which takes the User to the first editing section.
Question: What Code can I add to this NEXT button that says "Sorry, This
Order is over 24hrs old, Cannot be Edited"
Thanks,
cw
- User enters in a new Order into tblOrderProcessing and closes form
- User opens frmSearch, looks up that Order, and makes changes or adds
additional info
Question: How do I stop the user from being able to make changes to that
Order the next day (after a 24hr period)?
My frmWizard uses the tblOrderProcessing table for its main record source,
the rest are subforms on multiple tabs on that main form. I have a button on
Tab 1, that says "NEXT" which takes the User to the first editing section.
Question: What Code can I add to this NEXT button that says "Sorry, This
Order is over 24hrs old, Cannot be Edited"
Thanks,
cw