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
IIS 6.0 asp.net 2.0 cpu performance issue
i7-860 vs. i7-920
how can i capture screen using C# window application ??
Reset display resolution windows 7
Windows Server 2003 Logon/Logoff Log Report
the specified user does not exist?
how can I read more then one cell an excel file in vb.net
PHP error
"svc: short len 19, dropping request"
RHEL command to eject cd rom