I have a "Confirm Save' msgbox in beforeupdate event of a form. I also need to value the 'lastUpdated' field on form with Now(), but loops me back into confirming Save. How/where can i value the update date without looping into beforeUpdate event? (I tried valuing lastUpdate in afterupdate event, but still takes me to beforeUpdate event for that update).
would i need to update the lastUpdate field with a query, so as not to make form dirty again?
thanks!
Don
would i need to update the lastUpdate field with a query, so as not to make form dirty again?
thanks!
Don