Advertisement

1 - 10 of 62 containing alltags:("SQL, VBA") (0.002 seconds)
I'm working on importing text files into a database, right now what I plant to do is to do the import into access using VBA. With some help from fellow EE mebers (see http://www.experts-exchange...
Zones: MS SQL ServerDate Answered: 05/24/2004 Grade: B Views: 0
Can someone tell how to concatenate fields in a SQL query that is in a VBA function? Below is the current code. sSql = "SELECT tblEOI_Import.EE_SSN,tblEOI_Import.EE_BadgeID, tblEOI_Import.EE_Las...
Zones: MS AccessDate Answered: 12/18/2006 Grade: A Views: 0
Hi all, My team & I have just finished developing a 500+ user application to be distributed to our various sites throught the UK. I need to come up with a name for the app but I'm struggling due...
Zones: Misc, MS SQL Server, MS ExcelDate Answered: 01/04/2008 Grade: A Views: 0
Hi I'm not sure if I'm going about this the right way.  I'm trying to update a table with values from a form.  The problem I am having is that sometimes these values are empty, and sometimes they ...
Zones: Access Coding/Macros, MS Access, SQL ...Date Answered: 07/09/2008 Grade: A Views: 91
I have two tables, table1 and table 2.  Table 2 has some records that are not in Table 1. I need to delete those records from table 1 so both tables contain only same records. in the example deleti...
Zones: SQL Syntax, Access Coding/MacrosDate Answered: 10/08/2008 Grade: A Views: 13
I have an Access database which holds linked tables to a Unix system called Logic. I need to write a procedure in VBA which takes the linked tables and puts them into the SQL Server database, call...
Zones: MS AccessDate Answered: 03/14/2000 Grade: B Views: 0
i i am trying to make a command button perform a search and then use the results of that search. e.g i want to send an email to all the people in an organisation with the postcode like "CF14" I...
Zones: MS AccessDate Answered: 08/26/2004 Grade: A Views: 0
Hi,  Do you know of good applications that will allow you to connect SQL Database with Excel? I know with VBA I can do it directly but I am looking for some good and solid application available tha...
Zones: MS SQL ServerDate Answered: 01/10/2006 Grade: A Views: 0
Experts - The SQL below works fine except for which form it checks for a value for criteria.. Set rstEE = DBEngine(0).Databases(0).OpenRecordset("SELECT tblCompany.PolicyHolderName, tblEOI_Impor...
Zones: MS AccessDate Answered: 01/02/2007 Grade: A Views: 0
I have an access2000 database that creates a table that is then updated using the following sql statement: Dim sqlquery2 As String             sqlquery2 = "INSERT INTO " & TableName.Value & " (Co...
Zones: Access Coding/Macros, MS Access, SQL ...Date Answered: 08/13/2007 Grade: A Views: 0