Advertisement

1 - 7 of 7 containing alltags:("createquerydef") (0.001 seconds)
I have a VB program where I am trying to query a table in an Access database.  The code I am using is straight from a VB example, but yet it does not work.  I continually get the error "Run-time Er...
Zones: Visual BasicDate Answered: 03/15/2002 Grade: A Views: 8
What is the equivalent of DAO's .createquerydef method in ADO.  I know the catalog object has a views and a commands collection both of which will hold objects already in the databases querys (the ...
Zones: MS AccessDate Answered: 06/08/2002 Grade: A Views: 0
I have 4 tables. ListeProduitFini: NoProduitFini, NomProduitFini LookUpMarchés: NoMarché, NomMarché TblProduction: NoProduitFini, NoMarché, QtéProduite TblLivraison: NoProduitFini, NoMarché, ...
Zones: MS AccessDate Answered: 02/04/2004 Grade: A Views: 0
I'm trying to create a report based on a crosstab query and a form with multiselect combo boxes. The report should dynamically fill controls for the column heads and detail. I got the code from Mic...
Zones: MS AccessDate Answered: 09/19/2002 Grade: B Views: 0
Hello I am developing in Access 97 at my client site. and I have run into a 'brick wall' I have created a stored procedure which goes through the process of creating a record and updating various f...
Zones: MS AccessDate Answered: 02/16/2004 Grade: C Views: 0
I get this code to work nicely when ONE criteria (combo box or check box is used) on the user controlled form is used. What I can't get is how and where to add the word AND so that multiple criteri...
Zones: MS AccessDate Answered: 10/06/2006 Grade: A Views: 0
I am trying to make a table in Access 2003 in Visual Basic using a SQL statement that makes the table.  I first delete the old table and then remake it.  The code deletes the table and makes the qu...
Zones: VB ScriptDate Answered: 01/11/2008 Grade: A Views: 5
  • 1