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.
Thanks for the advice. Do you mean that instead of a Novell product we would need to be using a Microsoft Product? We don't use Outlook; can you do it in Novell Groupwise? Are there any more specifics you could give me; I'm a novice at programming issues.
Thanks,
CAT
It would greatly help if I could find a way to export data from my Groupwise mailbox into our Access database, which serves as the office correspondence tracker. All the information that goes into Access is copied and pasted from Groupwise messages that, for the most part, are in direct...
Hey guys,
Maybe this is a Groupwise question, but it would greatly help if I could find a way to import data from my Groupwise mailbox into our Access database, which serves as the office correspondence tracker. All the information that goes into Access is copied and pasted from Groupwise...
I am attempting to Archive Groupwise data in a format that can be viewed without the Groupwise Application. The only way I have found to do this without ordering separate software for the purpose is to go and rename each and every message and attachment .doc and save it to a local drive; then...
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.