using combo box to query a table

L

Lindsay

I am using 1 combo box with its source as a table. When
the combo box is selected, the table is queried and a
report is printed. The problem is that every time I
select an item from the combo box, the source table is
changed. It will delete the first record in the table and
change it to whatever item was selected from the combo
box. Any suggestions will help...
 
J

John Vinson

I am using 1 combo box with its source as a table. When
the combo box is selected, the table is queried and a
report is printed. The problem is that every time I
select an item from the combo box, the source table is
changed. It will delete the first record in the table and
change it to whatever item was selected from the combo
box. Any suggestions will help...

Use an Unbound combo box for this purpose; set its Control Source
property to blank.
 

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

Similar Threads


Top