bradmaunsell
Programmer
This seems like a simple thing in Access 97 but....
I have a form with a data source table named CLAIMS.
The form has an assortment of fields from the CLAIMS table that are bound to the table and the operator enters info into these fields.
When finalizing the new record, I want to have some vba code to write today's date a field named DateEntered.
The DateEntered is not on the form.
I that know I can place it on the form and hide it to accomplish above. That is "Me.DateEntered=Now()" But, can I accomplish this update without having the field on the form?
The reason is that I actually have 12 fields to write (without operator input) upon finalizing the adding of the new record.
Thanks,
Brad
South Burlington, VT
I have a form with a data source table named CLAIMS.
The form has an assortment of fields from the CLAIMS table that are bound to the table and the operator enters info into these fields.
When finalizing the new record, I want to have some vba code to write today's date a field named DateEntered.
The DateEntered is not on the form.
I that know I can place it on the form and hide it to accomplish above. That is "Me.DateEntered=Now()" But, can I accomplish this update without having the field on the form?
The reason is that I actually have 12 fields to write (without operator input) upon finalizing the adding of the new record.
Thanks,
Brad
South Burlington, VT