Hi, I have a Report and text boxes on it, I can get the stuff in the textbox if I use access built in expression builder...
but how can I get it using vb code?
Lets say my text box is named TextBox and its in my report, which gets data from Table->Main
How to I set
TextBox = Table->Main->FirstName
SO basicaly How do I get the first name of the current record put into the text box using VB code instead of the expression builder.(can't use it for some because I need to
access the data in some fileds that I didn't make text boxes for.)
Thanks
but how can I get it using vb code?
Lets say my text box is named TextBox and its in my report, which gets data from Table->Main
How to I set
TextBox = Table->Main->FirstName
SO basicaly How do I get the first name of the current record put into the text box using VB code instead of the expression builder.(can't use it for some because I need to
access the data in some fileds that I didn't make text boxes for.)
Thanks