Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Other Forums
 MS Access
 type mismatch

Author  Topic 

aden
Starting Member

23 Posts

Posted - 2006-10-03 : 17:40:00
when i opened a form...it displayed an error saying type mismatch..why is that?

timmy
Master Smack Fu Yak Hacker

1242 Posts

Posted - 2006-10-03 : 17:46:24
Because you're trying to populate a variable with a value of the wrong type. Like trying to insert a text value into a numeric variable, although your error happens more for objects rather than simple variables.
Here's a thought - why don't you step through your code and see for yourself what's happening??

Go to Top of Page

aden
Starting Member

23 Posts

Posted - 2006-10-03 : 18:01:03
thanks dude that helped a lot

im such a newbie...=(
Go to Top of Page
   

- Advertisement -