Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Type mismatch in expression

Status
Not open for further replies.

jh3016

Programmer
Jun 6, 2003
148
US
I'm getting an error message in my main form that has a subform attached to it. I have no idea how to even start to find out what the problem is. Any ideas?
 
Do you have an IIF statement or sql statement in your form? If so, check these types of things to see if you have quotes around numeric data types or no quotes around text, etc.
 
Thanks for quick response. I don't have IIf statement. It's just a simple main form and subform linked together by the "Employee" field.
 
check in the table if the 2 employee fields are of the same type


jul ^_^
"Computer Science is no more about computers than astronomy is about telescopes"
E. W. Dijkstra.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top