Jump to content

Companies with Multiple Locations and DB Design


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

Recommended Posts

Posted

I've been designing a database PT for several weeks now. Some of our customers have two (or three) locations in the same town right near each other. Each location has it's own mailing address. So the city, state, company name are the same... just that one might be "Plant 1" and the other "Plant 2".

How should I set things up to be able to combine the two at various points in the database? For example, we might want (on one screen to view or print) a list of all equipment that the customer owns, both by seperate plants or together. It this going to be a lot of extra work?

Greg

Posted

You could have a company code and a company location code, so each item would have two codes. You could then have report layouts based on one or the other or both.

Posted

Ideally, you would have a Location table linked to Company by CompanyID. This would be where the Address is stored for each location of each Company.

For Invoices, you would then specify the Location to ship to. This can be done with a conditional value list, showing just the Locations for the current Company.

Now with the Location information tied to the Invoice, you can use that as a Sub-Summary part if you wish, breaking things down by Location.

The Business Tracker database on filemaker.com has a good implementation of this model, though I don't remember if it has sub-summary reports by Location.

This topic is 7319 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.