Good Evening,
I have a question. It may be simple and sorry if it is. I am using MS Access 2013.
I am using the BrowseTo action in a macro. It is placed in a form which is located on my main page. The macro works fine however when I select the desired result from the combo box it displays all records (from the "Make" column - I get all the make records i select). In my query I have a field (from the table, Data Type is Yes/no) named Reviewed.
When I select the make from the combo box I want the option to display if I have reviewed the item or not before the results are displayed. Can this be done?
This is the code I have so far
="[Make] LIKE '" & [cbo_Make] & "*'"
I guess my question is what code do I need to add to the Where Condition in the macros to get this to work in the manner that I wish it would?:banghead:
Thanks in advance for any reply!
I have a question. It may be simple and sorry if it is. I am using MS Access 2013.
I am using the BrowseTo action in a macro. It is placed in a form which is located on my main page. The macro works fine however when I select the desired result from the combo box it displays all records (from the "Make" column - I get all the make records i select). In my query I have a field (from the table, Data Type is Yes/no) named Reviewed.
When I select the make from the combo box I want the option to display if I have reviewed the item or not before the results are displayed. Can this be done?
This is the code I have so far
="[Make] LIKE '" & [cbo_Make] & "*'"
I guess my question is what code do I need to add to the Where Condition in the macros to get this to work in the manner that I wish it would?:banghead:
Thanks in advance for any reply!