Re: How to bring the records from column in a table view
Dear,
Thank you for your details advise, which I applied with one addition field and it worked, tested it.
ClearCollect(
colServiceDates,
{ServiceDate: ThisItem.ExtraSvc1Field1, ServiceSMR: ThisItem.ExtraSvc1Field2},
{ServiceDate: ThisItem.ExtraSvc2Field1, ServiceSMR: ThisItem.ExtraSvc2Field2},
{ServiceDate: ThisItem.ExtraSvc3Field1, ServiceSMR: ThisItem.ExtraSvc3Field2})
But the user need more details of the service carried out, expectation is as below shown image - Its an example from another software :

As the space of the canvas has no much of space, so want to put one of the field under the other 3 field of the record. Please note in the above image that it is showing 4 records (it is screen shot taken from MS Access continuous Form)
Cannot understand how to approach:
Gallery : it allow only 3 field, not added more fields
EditForm Or Display Form : cannot be designed as it auto creates and dont allow edit in the design inside.
Table View : cannot allow design the field arrangement.
Can you please given me an idea, how to acheive this requirement, by your help I have reached till the level to collect data and implement in the table but cannot proceed further