dragongunner0351
Programmer
Hello all, I have a query that is not functioning as completly as I would like, I have a form that has two unbound combo boxes on it cboCompany & cboMachine, When the user selects the company name the query returns the appropriate data for that customer
Criteria = [Forms]![frmSearchData]![cboCompany]
NO PROBLEMS HERE!
However when the user selects a Machine from the combo control nothing happens. I tried using the same criteria as above except [Forms]![frmSearchData]![cboMachine]
I have put in code to allow for NULL but I'm not sure why this is not functioning. Any help will be appreciated.
Best Regards
Criteria = [Forms]![frmSearchData]![cboCompany]
NO PROBLEMS HERE!
However when the user selects a Machine from the combo control nothing happens. I tried using the same criteria as above except [Forms]![frmSearchData]![cboMachine]
I have put in code to allow for NULL but I'm not sure why this is not functioning. Any help will be appreciated.
Best Regards