RageMatrix
Programmer
Hey all,
I''ve got a form with an unbound combo box and a bunch of data-bound text
boxes which get its data from a query. What I want to do is to initially
have no values in the controls at all until something is selected from the
combo box. I've used the wizard to set this up, but the text boxes all point
to the first record while the combo box default value is initially nothing,
which doesn't match up to the records.
What would be the best/easiest way to do this?
Also, when using forms, are data-bound controls generally frowned on or not?
Should I be using unbound controls and VBA instead to do this?
One last question, how do I manipulate database records using VBA? Any
decent pointers would be helpful.
Just as an aside, can anyone point me to some good web resources for Access
which are not totally newbie tutorials. Specifically, I'm looking for good
VBA / Form design resources.
Thanks for any help!
Jon.
I''ve got a form with an unbound combo box and a bunch of data-bound text
boxes which get its data from a query. What I want to do is to initially
have no values in the controls at all until something is selected from the
combo box. I've used the wizard to set this up, but the text boxes all point
to the first record while the combo box default value is initially nothing,
which doesn't match up to the records.
What would be the best/easiest way to do this?
Also, when using forms, are data-bound controls generally frowned on or not?
Should I be using unbound controls and VBA instead to do this?
One last question, how do I manipulate database records using VBA? Any
decent pointers would be helpful.
Just as an aside, can anyone point me to some good web resources for Access
which are not totally newbie tutorials. Specifically, I'm looking for good
VBA / Form design resources.
Thanks for any help!
Jon.