Create a form to access mutiple records at once

U

UmpRef

How can I have a form display all the records in a table for modification? I
have a six record set that has two fields, the description field and the
other is the unit of measure (time). I use this table as setup table for the
entire program and it becomes a pull down menu for the master input form. Is
it possible to display the six records in a form where the user can change
the measurement field from the form.
 
A

Allen Browne

Create a form bound to this table, and set the form's Default View to:
Continuous form
or
Datasheet
 
Top