Search box on form

G

Guest

I am trying to create a search box on my form. The table I am pulling the
data from contains the emp ID, name, etc. The problem I am having is
changing the combo to pull last name and first name instead of the emp ID. I
can barely call myself an intermediate user, so I would appreciate as much
detail as possible. Thanks in advance.
 
B

Brian Bastl

The 'empID' should be the first column with its width set to 0"

Your combo's rowsource should look something like:
SELECT [emp ID], [emp Lname]
FROM MyTable

Column Count = 2
Bound Column = 1
Column Widths = 0"; 1"

HTH,
Brian
 

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