Advertisement

1 - 10 of 193 containing alltags:("Query, Update") (0.002 seconds)
My problem comes from an update query.  What I am wanting to do is basically move several fields of data from one table say PMTable to another table say HistoryTable before I have a query make chan...
Zones: MS AccessDate Answered: 09/04/1998 Grade: C Views: 0
I have an mdb which contains my parameterized update-query. I want to run that query through ADO-code. How do I do this? Thanks
Zones: Visual BasicDate Answered: 03/17/2000 Grade: A Views: 0
How do I do this: The table I want to update: UID(number) Red(checkbox) Blue(checkbox) 1            not checked   not checked 2            not checked   not checked 3            not checked ...
Zones: MS AccessDate Answered: 01/28/2003 Grade: A Views: 0
I have a form, collecting daily stats. On this is a subform - collecting no. of queries per course. I have a calculated field on the form, summing total daily queries from the subform. I would like...
Zones: MS AccessDate Answered: 07/16/2003 Grade: A Views: 0
How do you create and Update Query to update the same field with different text depending on the criteria. If field 1 is "Black" then field 2 should be updated to "Open" If field 1 is "White" t...
Zones: MS AccessDate Answered: 08/05/2003 Grade: A Views: 0
I have the following code to update a field called Task (number) based on the value of a public variable "Task Number ID".  When I try to run the code, it gives me syntax errors.  Please help. ...
Zones: MS AccessDate Answered: 09/04/2003 Grade: A Views: 0
I have a database that I have created for my company to track everything from Tardy's to Vacation time.  I have created subforms to allow me to use the various data sources, however when new inform...
Zones: MS AccessDate Answered: 02/06/2004 Grade: A Views: 0
Here's what's going on... I have a table with 9000+ records in it, all having names etc.  What I need to have is a reference number containing 4 letters and 2 numbers. Example: John Smith ...
Zones: MS AccessDate Answered: 03/29/2004 Grade: B Views: 0
I am simply trying to make an update to an access backend database. This is the code so far: <% Dim Conn           'Holds the Database Connection Object Dim rs   'Holds the recordset for...
Zones: ASPDate Answered: 12/14/2004 Grade: A Views: 0
I am no DBA by any means.  I have been successful at setting up SQL Server, but now I think I need some help on a query. I have two tables.  "TL_Tooling" and "TL_Events" Here is how they are ...
Zones: MS SQL ServerDate Answered: 02/07/2005 Grade: A Views: 0