J
Jon22
I've been creating various databases for my little company for years using
the built in functions and avoiding the use of any Visual Basic. I'd like to
try to start using VB and have kind of got my head around a small part of it
(ie. event procedures that run a sub on a particular event such as on click)
but I have searched and searched the net and all the MS Access help files and
I can not for the life of me work out a simple thing like .. How do I set the
control source of a text box using VB??? What do I open to do it?
I've found plenty of info on what code to write such as:
Me!Expected.ControlSource = "=Date() + 7"
But where do I type this?????
the built in functions and avoiding the use of any Visual Basic. I'd like to
try to start using VB and have kind of got my head around a small part of it
(ie. event procedures that run a sub on a particular event such as on click)
but I have searched and searched the net and all the MS Access help files and
I can not for the life of me work out a simple thing like .. How do I set the
control source of a text box using VB??? What do I open to do it?
I've found plenty of info on what code to write such as:
Me!Expected.ControlSource = "=Date() + 7"
But where do I type this?????