Hidden fields

  • Thread starter Thread starter Austin Bike
  • Start date Start date
A

Austin Bike

I have some hidden fields on a form. One of them is the transaction
ID field which is automatically generated (autonumber) and others are
calculated fields
(i.e. if a condition is met, a date is entered into the field).

I have these fields on my form today but they are hidden. Do I need
to have them here? Will the form automatically generate the fields
and write them to the database if they are not on the form (the fields
that generate the info are on the form).

Thanks in advance.
 
The autonumber does not need to be represented by a control on the form, and
the others probably do not either.
 
Back
Top