G
Guest
Hi,
I am designing a mfg database and would like your expert sugguestions on
whether I should combine all the tables into one table or keep it separate
tables then use a union query to combine all the tables for report purposes.
The main report I would like to show is user enter the date (range) then the
report will show all the tables that have activities entered on those date
specified.
Here are my all my tables & data type. Thanks for any sugguestions
tbl_HelpID tbl_Date tbl_Author tbl_HelpType tbl_Description
tbl_Comments
AutoNumber Date/Time Number Text Text
Memo
tbl_MachID tbl_Date tbl_Author tbl_MachNumber tbl_Issue
tbl_Description
AutoNumber Date/Time Number Number Text Text
tbl_Responible tbl_EstDownTime tbl_Resolution tbl_Comments
Number Number Date/Time Memo
tbl_ManpowerID tbl_Date tbl_Author tbl_Operator tbl_Machine
tbl_Reason AutoNumber Date/Time Number Number Number
Text
tbl_Comments
Memo
tbl_MTOID tbl_Date tbl_Author tbl_PartID tbl_MachineID
tbl_Media
AutoNumber Date/Time Number Number Number Text
tbl_FWC tbl_Programmer tbl_StartDate tbl_EndDate
Text Number Date/Time Date/Time
tbl_Operator tbl_Description tbl_Comments
Number Text Memo
tbl_QualityID tbl_Date tbl_Author tbl_PartNumber tbl_TagNumber
AutoNumber Date/Time Number Number Text
tbl_SFC tbl_Reason tbl_Location tbl_Comments
Number Text Text Memo
tbl_PassdownID tbl_Date tbl_Author tbl_Machine tbl_Shift
AutoNumber Date/Time Number Number Text
tbl_Completed tbl_ToDoNext tbl_Comments
Text Text Memo
I am designing a mfg database and would like your expert sugguestions on
whether I should combine all the tables into one table or keep it separate
tables then use a union query to combine all the tables for report purposes.
The main report I would like to show is user enter the date (range) then the
report will show all the tables that have activities entered on those date
specified.
Here are my all my tables & data type. Thanks for any sugguestions
tbl_HelpID tbl_Date tbl_Author tbl_HelpType tbl_Description
tbl_Comments
AutoNumber Date/Time Number Text Text
Memo
tbl_MachID tbl_Date tbl_Author tbl_MachNumber tbl_Issue
tbl_Description
AutoNumber Date/Time Number Number Text Text
tbl_Responible tbl_EstDownTime tbl_Resolution tbl_Comments
Number Number Date/Time Memo
tbl_ManpowerID tbl_Date tbl_Author tbl_Operator tbl_Machine
tbl_Reason AutoNumber Date/Time Number Number Number
Text
tbl_Comments
Memo
tbl_MTOID tbl_Date tbl_Author tbl_PartID tbl_MachineID
tbl_Media
AutoNumber Date/Time Number Number Number Text
tbl_FWC tbl_Programmer tbl_StartDate tbl_EndDate
Text Number Date/Time Date/Time
tbl_Operator tbl_Description tbl_Comments
Number Text Memo
tbl_QualityID tbl_Date tbl_Author tbl_PartNumber tbl_TagNumber
AutoNumber Date/Time Number Number Text
tbl_SFC tbl_Reason tbl_Location tbl_Comments
Number Text Text Memo
tbl_PassdownID tbl_Date tbl_Author tbl_Machine tbl_Shift
AutoNumber Date/Time Number Number Text
tbl_Completed tbl_ToDoNext tbl_Comments
Text Text Memo