|
|
|
|
|
| | |
|
Active Server Pages help tutorial how to ASP Help ASP Tutorials ASP Programming ASP Code - ASP Free CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Update Record in Access DB |
From: |
Elija |
Date: |
9/7/2001 5:44:30 AM |
IP: |
194.6.9.129 |
Your code doesn't appear to set the columns into which the data goes....
The format should be...
sqlstmt="Update Production SET "
sqlstmt=sqlstmt & "fieldName = '" & form_Customer & "', nextFieldName='"....... and so on
Hope this helps.
Elija
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|