Advertisement

1 - 10 of 47 containing alltags:("MS ACCESS (SQL)") (0.004 seconds)
I have a text string field in MS access. I am having problems ordering the field because of the numbers inserted in the string. Example strings: NU-C1 NU-C2 NU-C3 ... NU-C21 NU-C22.1 ...
Zones: MS Access, OracleDate Answered: 08/06/2007 Grade: A Views: 6
I need to make a append query (Insert into) where the table that will hold the inserted records is found through a SELECT STATMENT (I have 5 potentiel table candidates for the records but I need on...
Zones: SQL Syntax, MS Access, MS SoftwareDate Answered: 01/06/2008 Grade: A Views: 4
Hi, Having trouble in sorting in MS Access. I have a form with SQL query sorting on field A, B, C, then insert into a new table. Upon opening the new table to check results, nothing was sort...
Zones: MS AccessDate Answered: 01/31/2008 Grade: A Views: 0
Hello, I am building a report of daily total quantities delivered to customers by week I want to format the report such that it reads across the page rather than down IE Week Number   ...
Zones: Access Reports, Databases, MS AccessDate Answered: 04/01/2008 Grade: A Views: 23
Hi All, I am using Jet/Access as a backend and SQL for historical reasons.  I am trying to write a query that list properties and their details together with a field that has the last date the p...
Zones: MS Access, MS SQL Server, SQL SyntaxDate Answered: 05/11/2008 Grade: A Views: 0
I have the following codes in VBA. Can anyone tell me where goes wrong? I guess it's probably in the Mid function in the SQL statement. With CurrentDb.OpenRecordset("SELECT tbl_A.* FROM tbl_A IN...
Zones: SQL SyntaxDate Answered: 06/10/2008 Grade: A Views: 26
Hi, I encountered an error when trying to use a UPDATE statement with INNER JOIN. First let me explain to you the task I have. I have two tables tbl_A and tbl_B like this:                 ...
Zones: Access Coding/Macros, Databases, MS ...Date Answered: 06/11/2008 Grade: A Views: 40
Hi, I want to update some fields of some records in a table. My difficulty is that I have all the values stored in one string for all the fields that I want to update. Like this: allValues = ...
Zones: SQL Syntax, MS Visual BasicDate Answered: 06/12/2008 Grade: A Views: 0
Hi, Guru!!! Need your help I have three tables, the primary key for all tables is WO 1st table is main table and holds *-------Export 2nd table deals with completed Work Orders-----Process ...
Zones: Access Reports, MS Access, SQL SyntaxDate Answered: 06/25/2008 Grade: A Views: 0
hi, gurus!!! SELECT WorkOrderNum,CompletedDate,"Operational" AS Category FROM Process WHERE (Operational)="No"  or (Operational)="NA" and CompletedDate=#06/16/2008# union all SELECT WorkOr...
Zones: MS Access, SQL SyntaxDate Answered: 07/01/2008 Grade: A Views: 0