Hi everyone.
I have a problem with Collect function. Basically application is collecting user's weekly reports. User enters the data and adds it in the collection which is the same structure (same column names) as the backing table (Excel). After entering all data, users hit submit button which after all saves collection to excel table - Collect(excel-table, collection). It works perfectly, without problems. But I add functionality that user can overwrite collection with data from excel-table from previous week, so that user doesn't have to much efforts in populating new week reports. The data copying from excel-table to collection is done without problems. User continue to update data in collection and when it hit submit again as previously stated - Collect(excel-table, collection) it doesn't store it in excel-table. One more scenario: user pulls data from previous week, update that record in collection and then add another record; when it hit submit it only store that new added record from collection, instead both records (I consider copied data from excel-table to collection as new record to ad when the Collect(excel-table, collection) is called).
Am I missing something with the kind I am using Collect() or there is a bug in back end with Collect function?

Report
All responses (
Answers (