Well, there is that....ooops!
I'd imagine that's why access doesn't support it - knowing Microsoft.
Only trouble is that there are other methods I've made within the Interaction class which have optional label arguments (together with their strings), whereby the label is set based on a...
Hello,
I'm trying to pass a label as an argument as I have to correct a lot of labels on an access form.
The method is called thus:
Interaction.setLbl Me.partyInfoLabel, partyName
(btw - partyInfoLabel is a label and partyName is a string)
and the method itself looks like this:
Sub...
This code is a little more cunning, and easier to use.
rootPath is just used in order to use the method in conjunction with the 'OnClick' method of the listbox...
Dim rootPath as string
Private Sub UserForm_Activate()
rootPath = "C:\Dropbox\"
dirName = Dir(rootPath &...
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.