I was using this function to do various updates and searches, and then changed it to read like this:
Public Function aSQL_Util()
sqlstring = "SELECT a220_Modules_List.Module_ID FROM a220_Module...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21228518.html
Zones:
MS AccessDate Answered: 12/02/2004 Grade: A Views: 0
I have a number of items with unrelated records in the items table. I have an unmatched query that I would like to run using the runsql statement. I would prefer not to do the docmd.openquery com...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_11588238.html
Zones:
MS AccessDate Answered: 10/18/2000 Grade: A Views: 4
When I create a new master record, I must create some associated records in another table. I am currently using RUNSQL to do an insert, but the user is asked to confirm the insert. How can I keep i...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20366102.html
Zones:
MS AccessDate Answered: 12/07/2002 Grade: A Views: 0
I have a problem trying to run an sql statement in Access 97. Originally, I tried building a statement in a text box on a form and running it using a macro's runsql method. The problem with this ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20527186.html
Zones:
MS AccessDate Answered: 02/28/2003 Grade: A Views: 0
I have a do.cmd runsql "insert table (field1,field2) values (value1,value2)
command and want to turn off access asking me do i want to perform the the append
operation on 1 rows. can this be done...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20553298.html
Zones:
MS AccessDate Answered: 03/17/2003 Grade: A Views: 0
I use this expression while opening the splash screen on Access 2000:
DoCmd.RunSQL "DELETE * FROM tabRoutine;", 0
Everytime I get the message box asking for operation confirmation, how can I ...
http://www.experts-exchange.com/Database/Miscellaneous/Q_20571221.html
Zones:
DatabasesDate Answered: 04/02/2003 Grade: A Views: 10
I am trying to create an SQL UPDATE command, but it has 2 where clauses.
I want to copy the value in "Package.PackagePODate" to "Product.PODate" where "Package.PackageID" = "PRODUCT.PackageName"...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20852905.html
Zones:
MS AccessDate Answered: 01/19/2004 Grade: A Views: 0
Hi,
I thought that passing by value was the default in C#, but with this piece of code, if I examine sb after the call to Append_SQL_To_File, it reflects the changes made in Append_SQL_To_File.
N...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21017487.html
Zones:
C#Date Answered: 06/08/2004 Grade: A Views: 0
Hi all, i'm using the runSQL command to insert into a table. Problem i'm having is when the user inputs invalid characters. I need to assure that the sql command is /valid/
Thanks
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21062867.html
Zones:
MS AccessDate Answered: 08/18/2004 Grade: A Views: 0
I am trying to run a SQL Server Stored Procedure (called "ADD_UNIT") using MS Access from a Pass Through Query.
I was able to create a simple pass through query using hard coded values. However...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21068151.html
Zones:
MS AccessDate Answered: 07/25/2004 Grade: A Views: 0