Cbo2's query uses cbo1 as the where clause.
select field2 from table where field1= forms!myForm!cbo1
once the user picks item in cbo1, you must refresh the list in cbo2, in the AFTERUPDATE event.
Code:sub cbo1_afterupdate() Cbo2.requery end sub
Where do I put the consultation?
And the cbo2 has numbers that are not in any table.
FORMER:
The option of cbo1 is '1', the options of cbo2 have to be {'1' - '2' - '3'}.
With a query this is possible?
Thanks for your help, and sorry for my lack of access.