Binding a form

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.
 
C

Con Giacomini

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top