Jump to content

Auto create entry


freeloader

Recommended Posts

Hi guys,

 

I have a table called DB_clients, it stores some general info about clients. Because I didn't want to make that table too big with 50 different columns, I've made another table with DB_clientCom, with information such as phone numbers, address etc.

 

Is there some way I can link those 2 databases (or possibly more) so that there's at least one row in DB_clientCom for every entry in DB_clients?

Link to comment
Share on other sites

I have a table called DB_clients, it stores some general info about clients. Because I didn't want to make that table too big with 50 different columns, I've made another table with DB_clientCom, with information such as phone numbers, address etc.

 

I would suggest you read and learn Database Normalization.

 

Is there some way I can link those 2 databases (or possibly more) so that there's at least one row in DB_clientCom for every entry in DB_clients?

 

You must utilize primary and foreign keys to link these tables.  It's all covered in DB normalization.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.