J John thomas Registered User. Local time Today, 12:24 Joined Sep 4, 2012 Messages 206 Feb 4, 2013 #1 In a quirie is it posible to change the criteria in one field by the use of a combo box or similer
M Mr. B "Doctor Access" Local time Today, 14:24 Joined May 20, 2009 Messages 1,932 Feb 4, 2013 #2 You can use the name of a combo box on a form as the criteria for your query. Then what you selected from the combo box will be used as the criteria for your query.
You can use the name of a combo box on a form as the criteria for your query. Then what you selected from the combo box will be used as the criteria for your query.
P Pat Hartman Super Moderator Staff member Local time Today, 15:24 Joined Feb 19, 2002 Messages 47,594 Feb 5, 2013 #3 So the criteria would look something like: Select .... From ... Where SomeField = Forms!yourform!somecontrol
So the criteria would look something like: Select .... From ... Where SomeField = Forms!yourform!somecontrol