G
Guest
Ok I'm going to try to explain this the best that I can. I have a total of 6
different tables with information. These items that are entered are definitly
going to go thu the "sorting" process, then from there can go to 4 other
possible areas. The user needs to be able to document this all from 1 main
form and update it across the multiple tables. 1 table contains the common
fields between all the tables, we'll call this [Main].
I want in my main form the following to occur:
1) user enters in the unique information for the 1 column headings for
[Main] and auto fills in for the other sub forms with the same column
headings (this I can do).
2) across all sub-forms rows I need to have at least 1 row in every subform
containing the unique number, and also automatically put in a default value.
this is needed because otherwise when I do a querie I cannot see the
information if I have empty fields in a record when generating the report.
therefore in evey table I should have the unique id appear with a default
value of anything (0 would be fine) so I can still generate a querie and
report later on.
different tables with information. These items that are entered are definitly
going to go thu the "sorting" process, then from there can go to 4 other
possible areas. The user needs to be able to document this all from 1 main
form and update it across the multiple tables. 1 table contains the common
fields between all the tables, we'll call this [Main].
I want in my main form the following to occur:
1) user enters in the unique information for the 1 column headings for
[Main] and auto fills in for the other sub forms with the same column
headings (this I can do).
2) across all sub-forms rows I need to have at least 1 row in every subform
containing the unique number, and also automatically put in a default value.
this is needed because otherwise when I do a querie I cannot see the
information if I have empty fields in a record when generating the report.
therefore in evey table I should have the unique id appear with a default
value of anything (0 would be fine) so I can still generate a querie and
report later on.