C
cjnow
im doing 2 combo box, one is depeng on another.
y it ask me to enter parameter after i select the choice in combo box1
y it ask me to enter parameter after i select the choice in combo box1
JohnFol said:Does the 2nd Combo get it's data from a query? If so, look at the query as
it has a field it can't work out (possibly the reference to the first
combo?)
For example
Select * from MyTable where MyField = Forms!MyForm!Combo1
If the control name is actually Combo2, you will get the "Enter Parameter".