T
TRob
I have created a command button on a form using the
command button wizard. This button duplicates the
existing record. For the most part, it works. However, I
see now that a date field is not duplicating properly.
For example, the original record shows the date of
01/07/04. The resulting duplicated record will show a
date of 01/07/2020!
Any hints what may be wrong? The date field has an input
mask on the form, 99/99/00;0;_, and the table stores the
date data in yyyymmdd format. Perhaps something wrong
there? I have tried numerous combinations and have even
taken out the input mask. Nothing works.
Thanks!
command button wizard. This button duplicates the
existing record. For the most part, it works. However, I
see now that a date field is not duplicating properly.
For example, the original record shows the date of
01/07/04. The resulting duplicated record will show a
date of 01/07/2020!
Any hints what may be wrong? The date field has an input
mask on the form, 99/99/00;0;_, and the table stores the
date data in yyyymmdd format. Perhaps something wrong
there? I have tried numerous combinations and have even
taken out the input mask. Nothing works.
Thanks!