1 (edited by Alaa 2021-09-04 17:46:56)

Topic: Need Help

Dear Sirs,

I need help with my project I need, I create a project to save data for participants in one of our services.
the service depends on saving multiple readings for participants four times every year.
the problem is when I want to open a new year and save Reading for a new year without deleting the previous year's reading.

Can Anyone help me with this problem, please?

2 (edited by derek 2021-09-04 19:27:16)

Re: Need Help

Hi Alaa,
Can you upload your project (delete the .exe file and zip the remaining files).
Then someone will be able to have a look.
Derek.

3 (edited by Alaa 2021-09-04 19:33:04)

Re: Need Help

Thank you
This is my project

Post's attachments

Attachment icon dose.rar 298.05 kb, 279 downloads since 2021-09-04 

4 (edited by derek 2021-09-04 23:40:29)

Re: Need Help

Hi,
You need to change your data schema.
Basically, all you should hold in your 'participants' table is their personal details, department, position etc.
Any data that relates to results (dates and reading) needs to go into a new table (which I've called 'year') which is related to the 'participants' table.
This allows you to hold multiple 'year' results against the same participant.
Please have a look at the attachment.
I've had to quickly change a lot of your forms (mainly the columns in the tablegrids) so you will need to go through them all again and check what you want to add in or take out.
I also removed your duplicate check temporarily so that I could test what I'd changed was working okay.  Just put it back in when you need it.
Regards,
Derek.

Post's attachments

Attachment icon dose2.zip 345.85 kb, 283 downloads since 2021-09-05 

Re: Need Help

Thank you, Sir, It is a cleaver Way.