surfbum3000
Technical User
I have read access help and Tek Tips attempting to find a solution. I have a table named tblMasterList with a date field, format Short Date. None of the existing records have the date field completed. I also have a form titled frmMasterList with the date field. What I want to do is have the date field filled in automatically with today's date as data is changed on the form. The default value in the table is only for new records. I want to add today's date to existing records.
I have a text box on the form with the Control Source = Date. I have tried the following but nothing has worked.
Under the Data Tab: Default Value = Date() [I also tried Now)
Under the Event Tab: After Update = Date()
On Dirty = Date()
On Got Focus = Date()
Form properties Default Value = Date()
Also, I created a Macro with Set Value using the Expression [Forms]![frmMasterList]![Date]=Date()
Tried creating a query with criteria Date(), include that in a Macro, run Macro After Update, On Dirty, On Got Focus, etc.
I know this should be simple.
I have a text box on the form with the Control Source = Date. I have tried the following but nothing has worked.
Under the Data Tab: Default Value = Date() [I also tried Now)
Under the Event Tab: After Update = Date()
On Dirty = Date()
On Got Focus = Date()
Form properties Default Value = Date()
Also, I created a Macro with Set Value using the Expression [Forms]![frmMasterList]![Date]=Date()
Tried creating a query with criteria Date(), include that in a Macro, run Macro After Update, On Dirty, On Got Focus, etc.
I know this should be simple.