Problem opening Form

B

Buthy

I created master details form, and it was working fine. However, when I want
to open the form it gives an error "This expression is typed incorrectly, or
its too complex to be evaluated". After that the form opens but the details
form does't show. Please help!
 
K

Klatuu

Without knowing the details, I can't be positive, but it sounds like the
form's recordset is a query and the query has an error. If this is the case,
try running the query by itself to see if you get the same error.
 
Top