Multiple entries in one table cell

dpofarre

New Member
Joined
Jan 12, 2003
Messages
37
Usually I am an Excel guy, but figured I try the Access page with a beginner question. How do you set up a table column to take in multiple entries into a cell? The number of different entries can change as well. Thanks,

Dustin O'Farrell
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
Not sure what you mean by this.
(1) Do you want to add, for example, several names to one cell in a table? (2) Or do you want to add different bits of information (city, state, zip) to that cell?

Neither of these are a good idea. Access and other relational systems work on the principle that each record holds a single set of data with a unique "Key" that is related to other bits of data (in other tables) by that Key.

If (1), you may be tracking different events related to one master record (multiple purchases from one customer) -- this is best handled by putting the purchase data into a related table. Then if you need to see all purchases from a single customer, you build a main Customers form with a related Purchases subform. You will see all the related data on the subform.
If (2), this is not a good idea. In databases you should give each piece of information its own column (field) in a row (record). This helps get around issues with mixed data types, but more importantly it makes the information more flexible to use.

Too much information to put into a single post, but look at Microsoft's Knowledge Base http://support.microsoft.com and select Access as the application. In the search area, type Understanding relational design
This will lead to a downloadable tutorial based on the Northwind database that ships with every copy of Office.

Sorry for the long reply, but hope it helps.

Denis
 
Upvote 0

Forum statistics

Threads
1,221,547
Messages
6,160,456
Members
451,647
Latest member
Tdeulkar

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