S
Stacey Crowhurst
Hi. I have a combo box in a form.
SELECT [Vendor - Directory].[Vendor ID], [Vendor - Directory].[Vendor Name]
FROM [Vendor - Directory] ORDER BY [Vendor Name];
It shows me the Vendor ID followed by Vendor Name. I have it set up to
store the vendor ID in the table the form connect to. Is there anyway that I
can have the combo box repsond to typing in the vendor name but still storing
the vendor ID in my table? I don't have the vendor name as a field in the
table and am not sure I want to add it.
Bascially, I want to be able to type 'M' and have it scroll down to the M's
so I can pick microsoft. Right now I have to manually sort since vendor ID
is the left column.
Hopefully this makes sense! Thanks
SELECT [Vendor - Directory].[Vendor ID], [Vendor - Directory].[Vendor Name]
FROM [Vendor - Directory] ORDER BY [Vendor Name];
It shows me the Vendor ID followed by Vendor Name. I have it set up to
store the vendor ID in the table the form connect to. Is there anyway that I
can have the combo box repsond to typing in the vendor name but still storing
the vendor ID in my table? I don't have the vendor name as a field in the
table and am not sure I want to add it.
Bascially, I want to be able to type 'M' and have it scroll down to the M's
so I can pick microsoft. Right now I have to manually sort since vendor ID
is the left column.
Hopefully this makes sense! Thanks