| Thread | Last Post | Replies |
|
| How can I set from my program the item selected in a DataComboBox Control? | 16 Dec 2005 03:56 GMT | 2 |
I think I used to know this but couldn't see it in help, either. I'd like a certain item to be selected as a default choice in the DataCombo when the user enters the program. The combo is working fine I just don't know how to set the selection.
|
| Any way to open MDW workgroup file | 15 Dec 2005 19:12 GMT | 3 |
I'd like to be able to use DAO to open a MDW workgroup file and add users to the workgroup file. This is the only purpose of this. Is there a way to just open this MDW workgroup file (or workspace) and do the neccessary user actions without having to open a database along with ...
|
| Drop All Tables in an Access DB | 15 Dec 2005 14:55 GMT | 7 |
Please Help! Is there a way I can drop all tables in an access database using one simple query? A kind of "Drop *" function of some kind? I want to delete all the tables in a database but I want to make sure the DB itself is intack incase
|
| Capture Database Entry | 14 Dec 2005 16:14 GMT | 2 |
I am new to VB and am trying to learn by creating a flash-card program for my son. I have the database connected and I am using it; I have a dataset that is a table full of my son's words and their definitions; The word is shown in a
|
| VBS 6.0 and Access 2003 | 14 Dec 2005 16:06 GMT | 4 |
Can anyone tell me why I get an error that VBS 6.0 cannot read a Access 2003 format? I just downloaded a 23 Meg file from MS but there is still a problem with connecting to this version of Access.
|
| Delay in data appearing in access table | 14 Dec 2005 12:47 GMT | 1 |
I have an app written in VB6. using the DAO 2.5/3.5 Compatability Library I have a problem with a report that collates some data and writes it into a table and then runs a crystal report (v9) to report on the data. Sometimes the report displayed no data and if you ar equick and ...
|
| Visual Basic via MS-Access 2003 | 14 Dec 2005 12:00 GMT | 1 |
According to my problem I found this forum. I wish Ican find th solution. The problem is when I use VB6 to connect it with Access 2003, first select the databaseName, after that I try to select the RecordSource b
|
| Transfer data between 2 PWD protected .Mdb files in Network | 14 Dec 2005 07:46 GMT | 5 |
How to transfer table /records between 2 Password protected Access database in network
|
| Using MaskEdit for Entry Currency Value | 14 Dec 2005 07:28 GMT | 1 |
Plz...help me.. I want made application that use maskedit component. I have problem when entry data, It is right alignment. I want to change a left alignment but it don't have property alignment. anybody show me, how did we take customize a alignment?
|
| Run Access Query From VB | 13 Dec 2005 21:42 GMT | 2 |
I am using Visual Basic to connect to an Access database. After the connection is made I want to run a macro or sub. Is there any way to run an Access macro or sub from VB code? I appreciate any help I can get on this.
|
| ADO Connection - Fails - Unspecified Error | 13 Dec 2005 19:05 GMT | 1 |
I have a VB6 application that runs fine on all my machines but one. On this machine when I run the application (as an exe or in vb) I get an unspecified error for each of the ADODC controls that is referenced by a text box (the text box's datasource is the control and the ...
|
| error 3704 - "operation is not allowed when object is closed" | 13 Dec 2005 12:24 GMT | 3 |
I am modifying an existing VB program which executes a Stored Procedure. Set conn = New ADODB.Connection conn.Provider = "sqloledb"
|
| Resizing a control | 13 Dec 2005 04:59 GMT | 1 |
Hello...everybody, I am very sorry if I am annoying your activities. But I have problem with my application development. I have a form that attached two frame, one MSHFGrid control, two textbox and two label control. as I run a form, I need resizing a form but i don't know how
|
| VB6/Access Parent child relationship | 12 Dec 2005 23:34 GMT | 5 |
Table Groups: GroupId Group Name MasterId 1 AAA 0 2 BBB 0
|
| Using a command object as source for recordset | 12 Dec 2005 19:31 GMT | 1 |
I am trying to use a command which calls a stored procedure with parameters as the source for a recordset. I would like a simple example but have been unable to find one in the VB documentation. Can anyone point me to an example or reply with a simple
|