Combo1 is on Form1 and is set with a default value. The data for Combo1 is from Table1. The user can select a command button (Command1) on Form1 to update the data in Table1. Combo1 will then show the new data.
What code would be used to update the default value of Combo1 based on Query1 that extracts a single piece of new data from Table1?