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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Type Conversion Failure one one machine not another?

Status
Not open for further replies.

dpav29

Technical User
Aug 3, 2001
155
US
This Expression:

Code:
Trim(Mid([TempName],InStr([TempName],",")+1,InStrRev([TempName],",")-InStr([TempName],",")-2))

in an update query works fine on my machine. However, when I give the entire database to another user, he gets a type conversion failure. Same access version (2003). What could be missing from the other machine?

Thanks in advance for any ideas!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top