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
Network Range of IPs and what is available.
BES 5.0.1 and Exchange 2010
resolution in control panel
Router Sessions
Logic puzzle
Documentation on SAMBA and Active Directory Integration
What can you tell me about this resx file?
How is memory divided between Virtual Machines in ESxi?
SMTP Protocol Errors, Full Queues, Can't Send Emails
RDP using SBS 2003