thinair421
Registered User.
- Local time
- Today, 16:42
- Joined
- Jun 22, 2010
- Messages
- 34
Data from one form to multiple tables
Hi,
I have a question concerning the database that I am working on for a company I am interning with. I started with absolutely no access knowledge, but I have been teaching myself via forums and online help (and the obvious trial and error) over the past couple weeks, so please bear with me. My questions are:
1) I will have roughly 18 different forms, each with roughly 10-15 tabs in each. Under each tab I have several different text/combo boxes that the user can enter data into (or select in the case of the combo boxes). There is anywhere from 5 to 60 of these data fields under each tab that the user can enter data into.
2) What I would like to know if it is possible to save data from say 10 of these data entry fields from one tab to one table, and 15 data fields under the same tab on the form to a seperate table, ect. (numbers in part 2 are for example only). I need to do this for multiple tabs...
3) I am using the date as my primary key on every table, and would like all data sorted by date.
4) For overall design, would it be more efficient to create all of my tables with all of my field values that I will have, and then the form...or should I create all of the forms first, and then create the tables based on the form's fields. (the 2nd option I'm assuming will be much easier, as I do not know for sure all of the fields that will be on the forms yet, and I dont want to forget one on accident).
If anything is not clear, please let me know and I can try and elaborate more. Thank you all in advance.
Hi,
I have a question concerning the database that I am working on for a company I am interning with. I started with absolutely no access knowledge, but I have been teaching myself via forums and online help (and the obvious trial and error) over the past couple weeks, so please bear with me. My questions are:
1) I will have roughly 18 different forms, each with roughly 10-15 tabs in each. Under each tab I have several different text/combo boxes that the user can enter data into (or select in the case of the combo boxes). There is anywhere from 5 to 60 of these data fields under each tab that the user can enter data into.
2) What I would like to know if it is possible to save data from say 10 of these data entry fields from one tab to one table, and 15 data fields under the same tab on the form to a seperate table, ect. (numbers in part 2 are for example only). I need to do this for multiple tabs...
3) I am using the date as my primary key on every table, and would like all data sorted by date.
4) For overall design, would it be more efficient to create all of my tables with all of my field values that I will have, and then the form...or should I create all of the forms first, and then create the tables based on the form's fields. (the 2nd option I'm assuming will be much easier, as I do not know for sure all of the fields that will be on the forms yet, and I dont want to forget one on accident).
If anything is not clear, please let me know and I can try and elaborate more. Thank you all in advance.
Last edited: