Update Query is not Working / Updateting
- From: "Carlos Garcia via AccessMonster.com" <forum@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 12 Apr 2005 16:00:52 GMT
Hello,
I need some help with the query below. It is not update the table with the
value 'Carlos'. I read another comment about this regards here and I have
included the Temp, but It did not work for me. Thank you in advance for
your help. Thanks.
strSQLNova = "UPDATE " & TableUpdate & ", Temp" _
& " SET " & TableUpdate & "." & TableField _
& " = 'Carlos' ;"
'oDB.Execute strSQLNova
--
Message posted via http://www.accessmonster.com
.
- Follow-Ups:
- Re: Update Query is not Working / Updateting
- From: Carlos Garcia via AccessMonster.com
- Re: Update Query is not Working / Updateting
- Prev by Date: Query not returning nulls
- Next by Date: Re: Ranking Records in a Select Query
- Previous by thread: Query not returning nulls
- Next by thread: Re: Update Query is not Working / Updateting
- Index(es):
Relevant Pages
|