Tony_Walker
Registered User.
- Local time
- Today, 15:40
- Joined
- Sep 29, 2017
- Messages
- 6
Dear Access experts!
In my database, i ve created a form to add exams. As you can see to forms,i added on form caled select (it is a multivalue field from edapy_exams)
- What i want to achieve is to add a button so selected exams from ths form, append to table Patient_order_exams, linked with patient_order_id. This way user has a litle chance to add the same exam twice.
- I wonder if there is a way to prevent user to add the same exam twice to patient_order_exams (per record)
I think this will help and other users to append records, and make db look nice and ... tidy
Thank you
In my database, i ve created a form to add exams. As you can see to forms,i added on form caled select (it is a multivalue field from edapy_exams)
- What i want to achieve is to add a button so selected exams from ths form, append to table Patient_order_exams, linked with patient_order_id. This way user has a litle chance to add the same exam twice.
- I wonder if there is a way to prevent user to add the same exam twice to patient_order_exams (per record)
I think this will help and other users to append records, and make db look nice and ... tidy
Thank you
Attachments
Last edited: