Advertisement

1 - 10 of 146 containing alltags:("Update Query") (0.002 seconds)
Objective:  Use a query to figure a total claim overlimit amount. I have four tables as follows (using pertinent fields only): CLAIMTABLE claimnumber overlimittotal LINEITEMS claimno m...
Zones: MS AccessDate Answered: 09/25/2001 Grade: A Views: 0
Hi: I have a table that has two main fields: Date and Amount.  Some of the dates do not have any amounts.  I would like to write an update query that would update any records where the amount fi...
Zones: DatabasesDate Answered: 04/21/2003 Grade: B Views: 0
I would like to create a query based on CFLOOP.  I need to update a undetermined number of numerically-named fields.  After the loop is processed, I am looking for the following example to be what ...
Zones: ColdFusion Application ServerDate Answered: 11/18/2003 Grade: A Views: 0
I have the following form that populate a 3 cell wide table of pictures.  Currently it also displays the descriptioin(caption) underneathe.  I would like this to be editable and then the use can cl...
Zones: ColdFusion Application ServerDate Answered: 04/25/2005 Grade: A Views: 0
If you wanted to set the value of one field in your database to the same as another field could you do the following? Do While NOT objRec.EOF   objRec("fldReqTurn") = objRec("fldAppTurn")   ob...
Zones: ASPDate Answered: 12/03/2005 Grade: B Views: 0
I have a query in which I wish to execute. I have the following code but I cannot run it. I keep getting the error; "Wrong number of arguments or invalid property assignment"  I get this on my e...
Zones: Visual BasicDate Answered: 12/30/2005 Grade: A Views: 0
Hi, I am new to all this. Trying to update an Access DB using Oledbconnection. Getting a syntax error (missing operator) in the SQL statement below, cannot see what it is can anyone help? ...
Zones: LanguagesDate Answered: 01/25/2006 Grade: A Views: 46
I have done inserts many a time with ASP.NEt and VB.Net but now i have to do a update query and before i used to use dreamweaver to do this for me... I'm hand coding it now and need some guidance.....
Zones: MS Visual BasicDate Answered: 01/25/2006 Grade: A Views: 0
My 2 tables: 1)  NAME_ID - FIELDS = NAME(TEXT), OFFICER(TEXT) 2)  FOUR_MONTHS - FIELDS = OFFICER_NAME(TEXT), OFFICER_NUMBER(TEXT) I need a query that will add a field to Table 2 named XXX ...
Zones: MS AccessDate Answered: 03/03/2006 Grade: A Views: 0
Mt table UNMATCHED has the following fields (Branch is unpopulated - needs updated): employee_names (text) officer_codes (text) My table off_name_branch has: officer (same as officer_code...
Zones: MS AccessDate Answered: 03/08/2006 Grade: A Views: 0