Enter Keywords:
Search Within Results
 
 
Narrow Results
Can't Find a Solution
 
 
 
1 - 10 of 1105(0.05 seconds)
Sort By:
 
Need to refer to a textbox while querying Access97: SELECT * FROM Bills WHERE ?????????? I Need to refer to Text1 on Form4. I tried [Forms]![Form4]![Text1] and Forms.Form4.Text1, also with .tex...
Zones: Visual BasicDate Answered: 02/17/2000 Rating: 6.0 Views: 0
Hi Experts,  I am making a VB application in which user will type SQL query in Rich Text Box. I want SQL verbs/syntax automatically change color after typing. For example  if user types SELECT ...
Zones: Visual BasicDate Answered: 09/23/2002 Rating: 7.6 Views: 15
Hi, Anyone's help would be greatly appreciated... I have a syntax problem in converting an SQL statement from MSSQL format to Access format (I've replaced all the single quotes with hashes). ...
Zones: ASPDate Answered: 12/09/2002 Rating: 7.8 Views: 0
Dear experts, I don't understand why there is a syntax error in my SQL. PLS ADVISE!     strSQL = "INSERT INTO Transaction(name, amount,date, beg_Bal,end_Bal, type, memo) values (" _           ...
Zones: MS AccessDate Answered: 04/28/2003 Rating: 6.6 Views: 0
Hi, We have a table in our database called 'Filter' and this is used as part of an application. Table e.g:           FilterNo           Descript                                                 ...
Zones: MS SQL ServerDate Answered: 02/25/2004 Rating: 8.4 Views: 0
I am not very familiar with SQL and I am trying to put together a data query. I want it display totals for certain field combinations and have been successful with the following:   SELECT    ...
Zones: MS SQL ServerDate Answered: 07/14/2004 Rating: 9.2 Views: 73
Hi! I believe I ahve a very simple question abour Remedy application access through Remedy client  to read and write to the the database. The first question I have, is Remedy Database  complete...
Zones: DatabasesDate Answered: 10/28/2004 Rating: 7.4 Views: 0
Hi, I believe I need some help on this one. SELECT     dbo.ProjectLines.OldHALNum, dbo.ProjectLines.VendorCode, dbo.ProjectLines.Description, dbo.ProjectLines.ExtendedDescription,             ...
Zones: DatabasesDate Answered: 01/25/2005 Rating: 7.6 Views: 0
Hi - I have a sql script that is fairly basic in that it selects data  from a couple of tables an d gets outputted into a users excel sheet. This normally works fine until we find that sometimes t...
Zones: MS SQL ServerDate Answered: 01/13/2005 Rating: 6.6 Views: 0
I have a table with the following data product    cost    adjustment    quantity parta        $1                             10 partb        $2                              5 partc           ...
Zones: MS SQL ServerDate Answered: 02/11/2005 Rating: 6.8 Views: 0