AccessEd87
Registered User.
- Local time
- Today, 19:29
- Joined
- Oct 7, 2015
- Messages
- 12
I am building a database to track, for example, antibiotic use in my patients.
The schema is a main table, which stores information like name, date of birth etc. it also includes a multi-selection combo box look up field that links to another table listing all possible antibiotic choices.
The linked table looks like this:
ID | Antibiotic
1 | Penicillin
2 | Other antibiotic
3 | etc.
I've done it this way as people can take more than one antibiotic simultaneously.
I've written a form which displays the fields of the main table, including the combobox as a dropdown menu to select antibiotics.
My problem is:
When many people are entering data into different records, they can't simultaneously enter information into the antibiotic field as it says its locked by another user. I have "record locks" set to "edited record" on the form. I'm confused as to why this should be happening when people are editing different records.
Am i missing something? Is this a sensible way to construct this database?
Best regards and thank you in advance.
The schema is a main table, which stores information like name, date of birth etc. it also includes a multi-selection combo box look up field that links to another table listing all possible antibiotic choices.
The linked table looks like this:
ID | Antibiotic
1 | Penicillin
2 | Other antibiotic
3 | etc.
I've done it this way as people can take more than one antibiotic simultaneously.
I've written a form which displays the fields of the main table, including the combobox as a dropdown menu to select antibiotics.
My problem is:
When many people are entering data into different records, they can't simultaneously enter information into the antibiotic field as it says its locked by another user. I have "record locks" set to "edited record" on the form. I'm confused as to why this should be happening when people are editing different records.
Am i missing something? Is this a sensible way to construct this database?
Best regards and thank you in advance.