I have a code as follows:
Dim strConnect As String
Dim strMsg As String
Dim db As Database
Dim tdfLocal As TableDef
Dim varTblArray As Variant
Dim varTblItem As Variant
Dim conn As ADODB.Connection
Dim rstmat As ADODB.Recordset
Dim strc As String
Dim...
I desperately need help on this one
I have a code someone posted for me but I am running into a missing expression error.
Set conn = New ADODB.Connection 'Define new ADO connection
Set rstmat = New ADODB.Recordset...
I have a code:
Dim wrkRemote As Workspace
Dim dbsRemote As Database
Dim strConnect As String
Dim rst As ADODB.Recordset
Dim db1 As Database
Dim rst2 As Recordset
Dim rname As String
strConnect = "ODBC;DSN=ORAPRD0;UID=******;DBQ=PRD0;ASY=OFF;PWD=****"...
I am looking for tha name of utility that creates exe files. In access there is an option to create an mde. But I want a stand alone app so people won;t have to have access installed. I know there was a utility on the cd of access 97 professional but I have no idea what it was called. Now I...
I have a form with 30 buttons on it named cmd1, cmd2 and so on. They all have different Caption which is cost ID.
along with buttons I have display fields that holds the description of the corresponding button. However the description is captured from a table onLoad.
to get the description and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.