Merge Cells or Making Subgroups

LTPLegend

New member
Local time
Today, 11:19
Joined
Apr 1, 2013
Messages
1
Hello,

I'm trying to enter data in an access datasheet view in sharepoint. I need to merge cells in the same Column but have the cells to the right in the other columns retain linked to that merged column. Any way to do this?
 
Welcome aboard:)
No matter how much a table looks like a spreadsheet, they are quite different. Tables have columns and rows. They do not have cells. If you want to combine the contents of two columns, you can do it in a query by concatenating the columns but they would not be updateable.
 

Users who are viewing this thread

Back
Top Bottom