I have a database that I use to monitor and manage my glucose levels.
I need to modify the data in several fields to eliminate duplicate data and simplify data entry.
I am using several different levels of queries to search existing records using query criteria selected on a form “Search0f”. I would like to use visual basic to close or update a specific query when a combo box selection is changed.
For example, the “Select MealID” on click property opens a specific query. If I want to select a different MealID I must close the open query manually because the open query will not update for the new selection.
I would like to know to correct visual basic syntax to either close the open query before “click” using the combo box’s got focus property or to refresh the records in the open query with the new selection.
