The website of my football club has a function for the planner to add, edit and delete matches. Raw match data is imported on a weekly basis from the football association. Our planner then only needs to add or edit referee, pitch and dressing room information. Each match is stored in the database as a unique row, which implies the planner needs to change each row separately in a retrieve, edit, save action. Is there an easy way to allow updates on multiple matches (rows) from 1 displayed CC table?
Forums
Allow updates on multiple rows from 1 displayed CC table?
Hi JvDSteel,
I'm not clear what needs to be done here :-( Do you need to add the same information to each match - presumably not? If its different then an Edit link in the CC Listing is probably the simplest solution.
If it is all the same then you could have a form set up to update a batch of records - provided that you have a way to identify them.
Bob
I'm not clear what needs to be done here :-( Do you need to add the same information to each match - presumably not? If its different then an Edit link in the CC Listing is probably the simplest solution.
If it is all the same then you could have a form set up to update a batch of records - provided that you have a way to identify them.
Bob
What my user would like is to make updates to all matches of e.g. one day on one screen and save these into the database in one click. Any suggestions?
Note: Each match is represented as 1 row in the database.
Regards,
Johan
Note: Each match is represented as 1 row in the database.
Regards,
Johan
This topic is locked and no more replies can be posted.