| Thread | Last Post | Replies |
|
| Combo box problem | 28 Mar 2006 21:35 GMT | 1 |
I am trying to load data in a table (MS Access) into a combo box (VB 6). The data is a lot to use cboEntry.additem "aaa". Is there any other way to do this? The table has 250 records and four fields, however, I only wanted one field in the combo box. Help please.
|
| Array aliases for MSAccess data fields? | 28 Mar 2006 11:27 GMT | 2 |
I have an MSAccess database in which many of the fields could be handled much more efficiently if I could address them as arrays, but I have not been able to find a way to do this.
|
| Please help!!! | 28 Mar 2006 11:01 GMT | 3 |
I'm working with vb6, and having to connect to a Microsoft Access database that the user picks out. I have this part working great - I'm connected. However, the table names are different from db to db (such as station1data, station2data, etc.) I need to find a way to determine ...
|
| VB6 - how to generate a report with one record per page (mailing) | 27 Mar 2006 19:55 GMT | 1 |
Is the above feasible ? Regards, Philippe
|
| Error 429 when opening a disconnected recordset | 27 Mar 2006 12:54 GMT | 1 |
The following code creates and opens a disconnected recordset. On some machines I get an error 429 "ActiveX component can't create object" This has happend on Win ME and on Win XP. Does anyone know what could be the source of the problem?
|
| VB6: How to correctly add a search option using VB6 and an Access database? | 27 Mar 2006 09:58 GMT | 2 |
Hello to all. I'm trying to implement a search option for my users to be able to easealy search specific information in a VB interface program that is "managing" an Access database.
|
| Please help!! | 27 Mar 2006 04:52 GMT | 1 |
I'm working with vb6, and having to connect to a Microsoft Access database that the user picks out. I have this part working great - I'm connected. However, the table names are different from db to db (such as station1data, station2data, etc.) I need to find a way to determine ...
|
| Record counter | 26 Mar 2006 17:28 GMT | 6 |
If I use SQL for querying an ACCESS database, how can I count the total number of selected recrods? I have set "Set res = New ADODB.Recordset" & "Set cnn=New ADODB.Connection". Is "res.RECORDCOUNT" the one that I am looking for?
|
| Excel driver and worksheet name | 25 Mar 2006 17:35 GMT | 1 |
I use excel driver to retrieve the data (not allowed to use excel object libaray), the driver seems cannot get the data from the worksheet that contains any space(ie. "worksheetname" but not "worksheet name") . Is this can be solved ?
|
| Excel driver and worksheet name | 25 Mar 2006 17:35 GMT | 1 |
I use excel driver to retrieve the data (not allowed to use excel object libaray), the driver seems cannot get the data from the worksheet that contains any space(ie. "worksheetname" but not "worksheet name") . Is this can be solved ?
|
| Questions on combo box and MSFlexGrid | 24 Mar 2006 21:51 GMT | 4 |
I am writing a VB project that connected to an Access Database. An interface is created for users for querying and comboboxes are provided for them to choose different field(Actually these are the Field Name in the Access table) as they needed.
|
| Passing a record from a recordset into a sub | 24 Mar 2006 17:52 GMT | 6 |
I am trying to pass a record from a recordset into a Sub using VB6.0. I am obviously not doing this right, could someone kive me a hand? Here is what I have: Do Until rst.EOF
|
| Syntax Error - Missing Operator - When Using Date ! | 24 Mar 2006 17:05 GMT | 4 |
I have this query to pull the data out from the system. And whenever I run this, I get the "Syntax Error (Missing Operator)" Error displayed. Set conn = New ADODB.Connection FilePath = App.Path & "\Calls.mdb"
|
| NULL VALUE ERROR | 24 Mar 2006 15:07 GMT | 2 |
Hi iam connecting excel 8.0 with VB 6 using "opendatabase" function. now i have few fleilds in excel which are BLANK, iam using a statement If rsAdd.Fields(6) Is Null Then but i am getting an Error "OBJECT REQUIRED"
|
| Syntax Error - Missing Operator - When Using Date ! | 24 Mar 2006 12:11 GMT | 1 |
I have this query to pull the data out from the system. And whenever I run this, I get the "Syntax Error (Missing Operator)" Error displayed. Set conn = New ADODB.Connection FilePath = App.Path & "\Calls.mdb"
|