This is how i have it written:
Private Sub Form_Current()
If Problem <> " " Then
Me.Problem.Enabled = True
Me.Problem2.Enabled = True
Me.Problem3.Enabled = False
Me.Problem4.Enabled = False
Me.Problem5.Enabled = False
If Problem2 <>...
I need help. If possible could you look at the code below. I keep getting a type mismatch error. I know I am using Boolean b/c of IWhere. The field it is talking about is a text field.
Private Sub Report_Open(Cancel As Integer)
On Error GoTo Report_Open_Err
Dim myDB As Database
Dim repRS As...
I need help. If possible could you look at the code below. I keep getting a type mismatch error. I know I am using Boolean b/c of IWhere. The field it is talking about is a text field.
Private Sub Report_Open(Cancel As Integer)
On Error GoTo Report_Open_Err
Dim myDB As Database
Dim repRS As...
i put a button on form A (which goes with Table A), when you press the button it should open Form B(which goes with Table B). They share alot of the same field names. Once you push the button on form A & form B shows up I want the field names that r the same to show up on form B for that...
It is telling me that I have a Mismatch Type error. Here is my code. I can't tell anywhere where there is one. Can some one please help!!!
Private Sub Report_Open(Cancel As Integer)
On Error GoTo Report_Open_Err
Dim myDB As Database
Dim repRS As Recordset
Dim SqlCPC As String
Dim IWhere As...
I am thinking about making an Application in VB on a Sequal Server. Right now the Application is written in BASIC. I want to recreate it in VB & give it a new interface. In BASIC there are about 1900 Alpha-Nurmeric fields, 900 Numeric fields, and 550 Interger fields. There would approx. be...
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.