jbfraleigh
Registered User.
- Local time
- Today, 05:22
- Joined
- Aug 8, 2000
- Messages
- 22
I have a combo box which has a table/query row source type. For the row source, I want to use a query that contains some data from text boxes on the form. I'm currently trying:
SELECT [LAB],[COAT] FROM [University] WHERE [COLOR]=tbColor.value AND [TYPE]=tbType.value;
Although this is a valid query, I don't get any results when used as a row source. No errors, just no results.
Thanks in advance...
SELECT [LAB],[COAT] FROM [University] WHERE [COLOR]=tbColor.value AND [TYPE]=tbType.value;
Although this is a valid query, I don't get any results when used as a row source. No errors, just no results.
Thanks in advance...