Bill, I can't find any of the instances you mention. Maybe something is wrong with my code:
Private Sub cmdNonPaper_Click()
On Error GoTo Err_cmdNonPaper_Click
Dim stDocName As String
Dim stLinkCriteria As String
stDocName = "NonPaperLAO_CW_Main"
DoCmd.OpenForm...
Bill,
Thanks for the timely reply. When I get the message and I hit the OK (of course I am required to) there is nothing highlighted in the code. I have gone back through it and can find nothing out of sync. What's more, I am getting the message for every procedure I have attempted to write...
Hey guys.
This keeps happening to me; I have been trying to design a contact management system for some time now and after writing some code keep getting a message box saying "The expression [variable] you entered as the event property setting produced the following error: Invalid outside...
Hey guys.
This keeps happening to me; I have been trying to design a contact management system for some time now and after writing some code keep getting a message box saying "The expression [variable] you entered as the event property setting produced the following error: Invalid outside...
Help!
Can anyone give me an example of code that will make other fields visible/not visible according to whether or not a check box is checked? I have tried everything!
thanks, beetee. What is wrong with my code here:
Private Sub Check54_AfterUpdate()
Dim intCheck54 As Integer
intCheck54 = Check54
If intCheck54 = -1 Then
Me.txtWeekly.Visible = True
Else
Me.txtWeekly.Visible = False
End If
cbxCheck54 = Check54
I...
thanks , but I got that far. When I am trying to write code that will make certain fields visible only when the box is checked, I don't know the event to put in. This may be really simple, but I am just starting to use VBA.
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.