Jump to content

3 tables and one serial to rule


ronhj

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

Recommended Posts

Hi everyone,

I have 3 tables in a database, what i want to do is to make sure that when data is enetered into either one of the 2 other tables, a serial number is auto-generated that will never be the same. now the tricky part. Whenever new data is entered into either one of these two tables it will automatically create a record in the last 3rd table matching to the unique serial number auto generated in the other.

Basically im trying to keep track of product information from 2 differrent suppliers and then combine them into one master product table. am i going about this the wrong way? please help ive been at this for 2 weeks and its driving me nUtS

Link to comment
Share on other sites

am i going about this the wrong way?

I think so.

You should keep all the Products in the same table. You can differentiate between different Supplier's Products by using a Supplier field. That can then be used to filter Finds and relationships as necessary.

Link to comment
Share on other sites

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