Mrs.Meeker
Registered User.
- Local time
- Today, 12:04
- Joined
- Mar 28, 2003
- Messages
- 172
I have a combo box on a list form that opens but will not allow me to make a selection. The combo box is based on a query.
the row source is:
SELECT [qryCmbUserScore].[Name] FROM qryCmbUserScore;
After making a selection I have a search button to filter the information on the list to show only the information matching the name selected.
I have made these before with no problem. I don't understand what I'm doing wrong this time.
Help?
Thanks!
the row source is:
SELECT [qryCmbUserScore].[Name] FROM qryCmbUserScore;
After making a selection I have a search button to filter the information on the list to show only the information matching the name selected.
I have made these before with no problem. I don't understand what I'm doing wrong this time.
Help?
Thanks!