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 form and have the first record
automatically visible. I have it set so that the name is
automatically defaulted.
 
you should be able to just list the table name in the
control source of the form. the control source of the
combo box can be an entirely different table or query.
 
Back
Top