Records displayed when opening form...!!!

E

EricB

I have a form that uses a combo box to get data to be displayed... When I
open the form, the first record in my query is displayed and I would like for
the form to open as a blank form...

This problem only occurs when the query that I'm using has a primary key
field...
When I use a query without a primary key field, the form opens with no data
displayed...

Could someone please tell me how I can get my query with the primary key
field to not display the first record when I open the form...???
 
Top