Can i branch off in microsoft access? Have multiple items?

ProdigyOne

Board Regular
Joined
Jun 29, 2002
Messages
63
I was wondering if i could make something like this...
Look at this like Cells in Excel/Access

AutoNumber Date Name Address City State Zip Phone number Fax Number
Phone number
Phone number

Basically i want all of those "phone number" cells to still be related to whatever the "autonumber" is. Every instance creates a new number, and i want to be able to store more than one item in the phone number without having to make a whole new row of stuff. Anybody know how i can make this happen?

Thanks a ton for any help given!
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Hi

It sounds like you want many phone numbers for each contact / client / supplier / whatever. This can be achieved a couple of ways. One way would be to have 3 or 4 phone number fields for each record within the table by creating more field names with names like "Phone_Number_2", "Phone_Number_Mobile", "Phone_Number_Work", "Phone_Number_Home" etc. This is the simplest way.

Another way is to have unlimited phone numbers for each entry in the table by creating another table which stores the contact id & telephone number. This table would link to the original table with a one-to many relationship on the contact id. This way one contact can have many telephone numbers. This way is more complex and may be more than you are looking for. For help on 'normalising' a database with one-to-many relationships, have a read of this webpage.

HTH, Andrew. :)
 
Upvote 0

Forum statistics

Threads
1,221,864
Messages
6,162,497
Members
451,770
Latest member
tsalaki

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
Back
Top