Good evening all.
Is it possible to reference a recorset member with a variable?
i.e.:
strString = "FieldName"
With rsRecordset
![strString] = "Some Text"
End With
Good morning all. Today I am working on User Guides and Documentation for my project.
When the Enabled property of a control is set to False, the ToolTipText does not display! This is most annoying, is there a way around this?
tedsmith: When you run that block of code, the array would instantly be populated with every control on the form?
What I want is for an individual control to add itself to an array on its own change event...
Click on your control (inputbox) and look into the "Proerties" window. There is a property called "PasswordChar". Put a "*" in here and from now on all characters typed into your inputbox will appear as a *.
I can see what you're saying three57m but that is not really what I was looking for. What you describe is setting up a variable for every control - not really viable when you have hundreds of controls... What I am looking to do is somthing along these lines:
Sub Control_Change()
intArray =...
JoeAtWork Said:
Most definately. Part of the problem with the application I am working from is there are too few modules and classes, each handling unrelated events. This is why I was asking if it would be a sensible move to add more modules and functions.
SBerthold Said:
Under the...
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.