Jump to content
Server Maintenance This Week. ×

Trying the Separation Model


This topic is 7226 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Ok, I've decided to try the separation model for the new multi-location inventory system I'm putting together, basically my data will be separated into 3 main tables, Location Master, Item Master, and Item/Location (which will house the actual quantities).

These are the fields I have in each table

Item Master: Item#, Description

Location Master: Loc Code, Description

Item/Location: LocCode, ItemCode, Quantity, UID (an auto-enter field which is the LocCode & ItemCode, there is a not equal self-join based on this field to ensure uniqueness based on both location code and item code at the same time).

Now, using the separation model I should have the layouts and scripts etc in a new file correct? Could someone give me a run-down of how the relationships etc should look?

Thanks in advance

Link to comment
Share on other sites

This topic is 7226 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.