Binding a form

  • Thread starter Thread starter Jeremy Storm
  • Start date Start date
J

Jeremy Storm

How do I bind a form to the data in a table, without
losing the ability to use my combo box (I use this to
type in a name and have it auto fill)? I would like to
be able to open a table and have the first record
automatically visible. I have it set so that the name is
automatically defaulted.
 
There is no danger of losing the ability to use your combo box. Make sure
the combo box is unbound.
The first record will be visible when the form opens as long as it is not
set to 'Data Entry'.

Con Giacomini
 
Back
Top