I'm not sure if this belongs here or in the forms section. I also did not see anything applicable in the search. (tho I may not have searched the correct verbiage)
What I am trying to do is set a property of a field in a tabular form on a per line basis. I can think of lots of ways to do this in PHP just cant seem to find the answer for VBA.
Example:
What I am trying to do is set a property of a field in a tabular form on a per line basis. I can think of lots of ways to do this in PHP just cant seem to find the answer for VBA.
Example:
Code:
txtDescription.Text = "some text" //Line 1
txtDescription.Text = "some other text" //Line 2