Microsoft
Software
Hardware
Network
Question : Type Conversion Error on an Access Query
I have this query. When I run it I get type conversion error
UPDATE modhist SET modhist.LastContactDate = DMax("DateTime1","ComCon",
"FundName'
= " & modhist.FundName & "'");
"Microsoft Office Access didnt update 2 field(s) due to a type conversion failure...."
I checked the two tables and the date fields (modhist.lastcontactdate and comcon.Datetime1) are both date/time
What might be the problem?
Answer : Type Conversion Error on an Access Query
It looks like you have an apostrophe in the wrong place, just before your equals sign.
Change "FundName'=" to "FundName='"
Random Solutions
Trying to connect SSIS packages to Oracle database
sendAndLoad onHTTPStatus issue
RHEL command to see how much ram and hard drive in the box
Shell script to queue commands
class sessions vars
Current Logged In User
Delete blank line from textarea
Proliant ML110 G4 Lost RAID and Randomly gives Error 0251
Give user rights to add computer to a domain
Run the first php script in background - When done - run the next script ...