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
How do I find the .NET FW version on 64 bit Windows 7? XP?
CHARINDEX Syntax
Event ID 5000 error office11shipassert
How can I reference information from one sheet to another by values selected in a drop down menu
How can I prevent changes to web browser proxy settings?
Quickr..How do I edit the tabs on the home page of my place? I want to add a tab
Should I make a Drupal Theme from scratch?
Regular expression and dash in JavaScript
gss_acquire_cred failed unspecified gss failure : Apache
Free/Busy Information not available to Outlook 2007 users Exch2007 in coexistense with Exch2003