requery combo box not working

  • Thread starter Thread starter Jason
  • Start date Start date
J

Jason

I've had this type of line work before but today:
I have if formisopen("formname") then forms("formname")!combobox.requery:

I get: object doesn't support this property or method.

Thanks,
J.
 
Jason said:
I've had this type of line work before but today:
I have if formisopen("formname") then forms("formname")!combobox.requery:

I get: object doesn't support this property or method.


Could you post the actual line of code that causes the error, please?
Assuming you have a function named "formisopen", there's nothing obviously
wrong with the the sort of line you posted above, but that's clearly not the
actual code, so it's hard to see where the error is.
 
Back
Top