R
R. Choate
I need to determine the most appropriate way to accomplish the subject task. I am still developing the form but it will have lots of
controls, mostly txtboxes, to take the data from. The form contains several controls corresponding to fields in about 6 or so
related tables. I may end up not setting joins for all of the tables if it becomes too cumbersome and overly complicates my queries.
Also, on a related topic, would I be best advised to create subforms relative to each table? Please consider that I prefer not to
write directly to any table from the form or any subform, so that I can use some error-checking measures such as having some
comboboxes that are populated from various fields from tables which will not be included in the "append". Basically, I'm wanting to
force users to select various names, etc from restricted lists, without allowing them to add a new name. Hopefully my questions make
sense. I'm hoping to avoid a huge append query from the form, naming every control and sending all the data in 6 different
directions.
Thanks.
controls, mostly txtboxes, to take the data from. The form contains several controls corresponding to fields in about 6 or so
related tables. I may end up not setting joins for all of the tables if it becomes too cumbersome and overly complicates my queries.
Also, on a related topic, would I be best advised to create subforms relative to each table? Please consider that I prefer not to
write directly to any table from the form or any subform, so that I can use some error-checking measures such as having some
comboboxes that are populated from various fields from tables which will not be included in the "append". Basically, I'm wanting to
force users to select various names, etc from restricted lists, without allowing them to add a new name. Hopefully my questions make
sense. I'm hoping to avoid a huge append query from the form, naming every control and sending all the data in 6 different
directions.
Thanks.