D
Dave Cousineau
im a self-taught Access programmer, and I almost never use
fancy things like bounded controls and subforms.
whenever a form loads, i take any data it needs and load
it into arrays, and i use these arrays to populate the
controls on the form via callback functions. then when the
user interacts with the controls, i index into my arrays
to get at the specific information the user is requesting.
i use the OpenArgs parameter to pass information from form
to form.
i definitly prefer coding, since i can pretty much make my
programs do anything i, or my client, want them to do.
am i really missing anything all that great by not using
bounded controls, and subforms?
fancy things like bounded controls and subforms.
whenever a form loads, i take any data it needs and load
it into arrays, and i use these arrays to populate the
controls on the form via callback functions. then when the
user interacts with the controls, i index into my arrays
to get at the specific information the user is requesting.
i use the OpenArgs parameter to pass information from form
to form.
i definitly prefer coding, since i can pretty much make my
programs do anything i, or my client, want them to do.
am i really missing anything all that great by not using
bounded controls, and subforms?