Best Practice for table/database design

psycoperl

Active Member
Joined
Oct 23, 2007
Messages
318
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
  2. MacOS
  3. Web
Hi All, I am working on a database that keeps track of booklets we receive, process, package and ship out; and want to get some best practice and design ideas...

We recieve booklets for processing from 5 different sites, what we want to do is keep track of:
When we receive a package of booklets the site, date recieved and quantity received
When we process the booklets, the site, the date processed and quantity processed
when we package the booklets for shipping, site we are prepareing, the date packaged and the quantity packaged
When the packages are actually picked up by messenger, the site, the date picked up and the quantity picked up.

I am not sure if I should use 4 tables, one each for receive, process, package, messenger or if there is another way.

Because we may process all the booklets from a site's delivery at different dates or may process multiple deliveries from the same site at one time. I need to keep track what what is in each stage.
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).

xenou

MrExcel MVP
Joined
Mar 2, 2007
Messages
16,836
Office Version
  1. 2019
Platform
  1. Windows
I'd go with one table with a column of TransactionType or TransType, something like that: RECV, PROC, SHIP, RCPT (or just a numeric type ID: 1,2,3,4). Wonder would you need to keep track of lots or is a booklet a booklet a booklet.
 
Upvote 0

psycoperl

Active Member
Joined
Oct 23, 2007
Messages
318
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
  2. MacOS
  3. Web
I'd go with one table with a column of TransactionType or TransType, something like that: RECV, PROC, SHIP, RCPT (or just a numeric type ID: 1,2,3,4). Wonder would you need to keep track of lots or is a booklet a booklet a booklet.

Thanks.

A booklet is a booklet, on average we get any where from 1 to 500 per site at a time. I will see how this works.
 
Upvote 0

Forum statistics

Threads
1,196,028
Messages
6,012,956
Members
441,741
Latest member
IammeResources

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Top