If I'm appending 10 tables into one master table for the purpose of compiled reporting, how important is it to worry about key fields and autonumbering?
Should I set up the Master table field properties exactly as they are in the individual DB's? Or should I append the autonumbered key fields from the individual tables into a Master table field with a "number" data type?
Or isn't it that big of a deal if I'm just going to use the compiled Master table for reporting purposes and do no updating of records in it?
Also, since I'm compiling the data in 3 linked tables from 10 separate databases, I assume I should be sure the linking is identical in the Master DB as it is in the original DBs?
What's the accepted school of thought on importing autonumbered fields and key fields from multiple tables into one Master table?
Thanks for any advice you can give me,
KerryL
Should I set up the Master table field properties exactly as they are in the individual DB's? Or should I append the autonumbered key fields from the individual tables into a Master table field with a "number" data type?
Or isn't it that big of a deal if I'm just going to use the compiled Master table for reporting purposes and do no updating of records in it?
Also, since I'm compiling the data in 3 linked tables from 10 separate databases, I assume I should be sure the linking is identical in the Master DB as it is in the original DBs?
What's the accepted school of thought on importing autonumbered fields and key fields from multiple tables into one Master table?
Thanks for any advice you can give me,
KerryL