Help

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I try to open a form that I have designed ...an error message appears displaying "type mismatch in expression"
 
When I try to open a form that I have designed ...an error message appears displaying "type mismatch in expression"

Apparently there's a type mismatch in an expression. Open the Form in
design view (can you do that?) and check its Recordsource property -
is it a query? Do you get the message when you open the Query
directly? If so, you may have a text field linked to a numeric field
or the like. If the Recordsource is OK, check the RowSource properties
of your combo and listboxes. Also check the Filter property.
 
Back
Top