Okie dokie here I go,
I have a form linked to one table, pretty simple stuff. Now what i want to do is to add a last edited date to the record. I have a last edited field in my database, And a textbox for which to view it. The textbox is locked and disabled, and so I don't want to have to unlock and enable the text box in order to put the date and time into the text box, and then have to lock and disable the text box again. This method would work, but I was wondering if there was a more direct route, for example...
CurrentDatabase.CurrentTable.LastEditedField = Date & Time
Is this possible at all? It seems like such a simple thing but not sure how to do it,
Any help would be great!
Thanks in advance
Cheers
Sam
"You couldn't fool your mother on the foolingest day of your life if you had an electrified fooling machine." - Homer
I have a form linked to one table, pretty simple stuff. Now what i want to do is to add a last edited date to the record. I have a last edited field in my database, And a textbox for which to view it. The textbox is locked and disabled, and so I don't want to have to unlock and enable the text box in order to put the date and time into the text box, and then have to lock and disable the text box again. This method would work, but I was wondering if there was a more direct route, for example...
CurrentDatabase.CurrentTable.LastEditedField = Date & Time
Is this possible at all? It seems like such a simple thing but not sure how to do it,
Any help would be great!
Thanks in advance
Cheers
Sam
"You couldn't fool your mother on the foolingest day of your life if you had an electrified fooling machine." - Homer