![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Hobbyist Programmer
Join Date: Apr 2005
Posts: 218
Rep Power: 4
![]() |
ms access
OK, I know this is not VB but I need some help
When I am using ms access I carnt view some of the querys ive made but some I made are fine, I keep getting a message saying (data type mismatch in criteria expression), someone told me that its because the computers are on a network, is this true? |
|
|
|
|
|
#2 |
|
Programming Guru
![]() ![]() |
nope, nothing to do with a network. The data type mismatch part makes me think your compairing two values that aren't of the same type. Or it could be that your trying to divide a integer by a double or something. In ether case, it's because you are doing some kind of operation (or compairison) with values who's data types don't match.
If you want, you could post the SQL for one of the querys, and one of us could probably help you out figuring out what's going on. BTW, moved thread to Misc. forum.
__________________
Profanity is the one language that all programmers understand. Check out my Blog <---updated Nov 30 2007! |
|
|
|
|
|
#3 |
|
Programming Guru
![]() ![]() ![]() |
Yeah, show us the SQL and a description of the table.
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
|
|
#4 |
|
Hobbyist Programmer
Join Date: Apr 2005
Posts: 218
Rep Power: 4
![]() |
OK, my mistake I was trying to compare two different types of data, but its right now but thanks for the help anyway
|
|
|
|
|
|
#5 |
|
Programming Guru
![]() ![]() |
no problem, that's why we're here :-)
__________________
Profanity is the one language that all programmers understand. Check out my Blog <---updated Nov 30 2007! |
|
|
|
|
|
#6 |
|
Programming Guru
![]() ![]() ![]() |
glad you figured it out
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|