I want to use a form to search and return values from a query. I don't want the form to edit/change any of the values in the query though. From what I've read, I want to make a Query by Form (QbF).
I have a query (named 2010 Recap) with about 15 different fields so far, including PlayerName, City, State, StrokeAverage, Cash.
I also have a ComboBox on the form that has all of the PlayerNames. What I'd like to do is make a Label or TextBox display some of the other fields from the same query (2010 Recap), preferably a Label, based on the PlayerName selected in the ComboBox.
How do I do this? Do I have to create an event or a macro using Visual Basic? If so, can you point me in the right direction please?
I have a little experience with Visual Basic and a fair amount of experience with Flash, C++ and MatLab programming languages.
Any help would be greatly appreciated. Thanks in advance.