N
Nick I
I'm very confused. I have a report which I am populating textboxes from a
bunch of different queries.
To do this, I want to use VBA and populate textboxes by looping through
recordsets. When I go to set the value of textboxes however, VBA does not
give me the option to set .Value like I'm used to. I put text1.value =
rst.fields(1) anyways and nothing pops up.
How do I set the value of an unbound text box when I open a report in VBA???
bunch of different queries.
To do this, I want to use VBA and populate textboxes by looping through
recordsets. When I go to set the value of textboxes however, VBA does not
give me the option to set .Value like I'm used to. I put text1.value =
rst.fields(1) anyways and nothing pops up.
How do I set the value of an unbound text box when I open a report in VBA???