identical controls on one form

S

Steve

Is it possible to have multiple, identical controls, on the one form to
update a single table. I wish to do this to make an otherwise complicated
data entry sequence easy as the operator will then be able to see where they
are up to
 
J

John Nurick

Hi Steve,

There's absolutely no bar to having multiple controls of the same type
and dimensions and appearance, so I guess that your question is really
about something else. Do you want your form to display values from more
than one record? If so, make it a continuous form.
 
Top