C creeping Registered User. Local time Tomorrow, 10:30 Joined Feb 9, 2003 Messages 20 Mar 7, 2003 #1 If I had a Refresh Combo Box on a form based on query and I then changed some of the data in one of the table relating to the query how do you get the combo box to update it's values. Cheers
If I had a Refresh Combo Box on a form based on query and I then changed some of the data in one of the table relating to the query how do you get the combo box to update it's values. Cheers
L llkhoutx Registered User. Local time Today, 15:30 Joined Feb 26, 2001 Messages 4,013 Mar 7, 2003 #2 me!Yourcombobox.requery
C creeping Registered User. Local time Tomorrow, 10:30 Joined Feb 9, 2003 Messages 20 Mar 7, 2003 #3 thanks