B
BonesDT
I want to create a simple form using VBA code ONLY.
I have a lot of experience with VBA code in MS Word and want to advance it to
Access. I have searched all over the internet and read books, but everything
just shows you how to do $*%# using queries, non-VBA macros, expressions,
control sources, row sources, record sources, blablabla, etc. I don't know
how you can keep track of a complicated program with hidden code strewn all
over the place.
The simple form I want to start with would have a combo box at the top that
would be populated with the "Name" field from Table1. I'm thinking this
could be done using ADO in the Form_Initialize or Load subroutine.
After a record is selected, text boxes will fill in the information from the
other fields of the record. The fields will come from a few tables linked by
"Id". I'm thinking this could be done in a cboName_AfterUpdate sub.
Everything needs to be read only, I don't want the tables accidentally
editted.
Can someone get me started?
I have a lot of experience with VBA code in MS Word and want to advance it to
Access. I have searched all over the internet and read books, but everything
just shows you how to do $*%# using queries, non-VBA macros, expressions,
control sources, row sources, record sources, blablabla, etc. I don't know
how you can keep track of a complicated program with hidden code strewn all
over the place.
The simple form I want to start with would have a combo box at the top that
would be populated with the "Name" field from Table1. I'm thinking this
could be done using ADO in the Form_Initialize or Load subroutine.
After a record is selected, text boxes will fill in the information from the
other fields of the record. The fields will come from a few tables linked by
"Id". I'm thinking this could be done in a cboName_AfterUpdate sub.
Everything needs to be read only, I don't want the tables accidentally
editted.
Can someone get me started?