Duplicate Record

kez

New member
Local time
Today, 09:04
Joined
Nov 4, 2005
Messages
9
Hello All

Please excuse me as I am a novice. I have searched the forum but need a little bit of extra help.

I have an application form with a command button to duplicate a record (created from the wizard). All works well but users forget to change the date field to the current date, so I end up with a form showing the same old date numerous times. Is there any simple way to exclude this field from the code. I have many many many fields so it would be much easier if there was a way to exclude this one field and have the user manually fill in the correct date.

Any help is greatly appreciated.

:confused:
 
Difficult to express what you want without seeing the code, but you can insert the current date at the time of creating the record with Date in code or = Date() in a control.

Chris B
 

Users who are viewing this thread

Back
Top Bottom