Duplicating data in fields

J

Jim Driscoll

When creating a new record, I have 3 fields that I
enter data into that are duplicated in 3 fields later on
in the record.
How do I get the data to enter and tab over the
later fields after I have entered data in the 3 prior
fields?



Thank you,

Jim
 
L

Larry

-----Original Message-----
When creating a new record, I have 3 fields that I
enter data into that are duplicated in 3 fields later on
in the record.
How do I get the data to enter and tab over the
later fields after I have entered data in the 3 prior
fields?



Thank you,

Jim
.
Don't put the duplicate field on the form, then on
closing event for the form run a query to update the field
using the data from the first 3 fields.
 
Top