M
Mary Beth
I have two combo boxes on a form, each control has a lookup table with an ID
and a Name. The rowsource in the property box only selects the Name column
because I only want the name to show in the form and in the query, which
ultimately creates a spreadsheet with the table data. The problem is that I
still get the ID showing in the query, not the Name. This is what I put in
my property box:
Any ideas?
SELECT tblCounty.strCounty FROM tblCounty
Column width 1.0"
Columns 1
Bound Column 1
Thanks,
Mary Beth
and a Name. The rowsource in the property box only selects the Name column
because I only want the name to show in the form and in the query, which
ultimately creates a spreadsheet with the table data. The problem is that I
still get the ID showing in the query, not the Name. This is what I put in
my property box:
Any ideas?
SELECT tblCounty.strCounty FROM tblCounty
Column width 1.0"
Columns 1
Bound Column 1
Thanks,
Mary Beth