I am trying to get data from two fields on my form. One is a text field and one is a combo box. I am extracting this information to put into a query. I know I used to use the .Value (Forms![Object].Value) in the older versions of access (using access 2003 now).
For Example: my data base has to fields - Card Type (Combo Box) and Card No (text field). Once I fill those two fields in, I want to pass the information in the two fields into a query, which is envoked by a button press.
For Example: my data base has to fields - Card Type (Combo Box) and Card No (text field). Once I fill those two fields in, I want to pass the information in the two fields into a query, which is envoked by a button press.