Ask a Question related to Coldfusion Database Access, Design and Development.
-
Frec #1
Update Access field, SQL operator
I'm trying to update a field in Access.
Here's my code:
<CFQUERY>
SELECT * FROM tblFinal WHERE Field0='L' AND Field1 = 'ID 123 000 000'
</CFQUERY>
<CFSET FIELD1NUM = #NumberofRecords.FIELD11#>
<CFQUERY>
UPDATE tblFinal SET FIELD1= ' ID 123 000 001' WHERE Field1='ID 123 000 000'
AND Field0='L' AND Field11num > '99'
</CFQUERY>
Frec Guest
-
Access: (missing operator) in query expression
Hi! I operate a database where visitors do inputs directly from the web thru a form. One field has the datatype (property?) Memo and I have not... -
Update db Field with datagrip
I want to update a specific field in the database. I´m using this script that selects a specific row in the database throw sending a parameter. Then... -
Automatically update a field when another field is entered.
I am trying to create a field in a form that will be automatically populated when another field is entered. I have facility names with related ID... -
Key Field Update
I have a form with subforms that I have used with Access 2000 and now have updated to XP that no longer works. The form opens from a button on... -
Missing Operator Error in Access
I'm trying to install a freebie app downloaded from the web. Its based on an Access Db, and I'm getting the a missing operator error for the... -
paross1 #2
Re: Update Access field, SQL operator
Is there a question here, or some sort of error that you are getting? If so, you might want to post more information.
Phil
paross1 Guest



Reply With Quote

