Re: Converting Queries to Code
From: Bill Nichols (anonymous_at_discussions.microsoft.com)
Date: 04/08/04
- Next message: Marc: "__m128 keyword in .Net"
- Previous message: Albert D. Kallal: "Re: Converting Queries to Code"
- In reply to: Albert D. Kallal: "Re: Converting Queries to Code"
- Next in thread: Albert D. Kallal: "Re: Converting Queries to Code"
- Reply: Albert D. Kallal: "Re: Converting Queries to Code"
- Reply: gandalf: "Re: Converting Queries to Code"
- Reply: Van T. Dinh: "Re: Converting Queries to Code"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 8 Apr 2004 00:36:04 -0700
Thank you for the response
The query I use to update table Ed does work to update the field "Name"
with the Completed Table field "Name"
But the sql in the query gives me [ED]![Name]
I've tried removing the brackets and ! and keeping the end " but no success
docmd.RunSql "UPDATE Completed SET Completed.Name = ED.Name"
Is the code I am using wrong ?
Bill
- Next message: Marc: "__m128 keyword in .Net"
- Previous message: Albert D. Kallal: "Re: Converting Queries to Code"
- In reply to: Albert D. Kallal: "Re: Converting Queries to Code"
- Next in thread: Albert D. Kallal: "Re: Converting Queries to Code"
- Reply: Albert D. Kallal: "Re: Converting Queries to Code"
- Reply: gandalf: "Re: Converting Queries to Code"
- Reply: Van T. Dinh: "Re: Converting Queries to Code"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|