rainbowruthm
New member
- Local time
- Today, 19:59
- Joined
- Dec 23, 2008
- Messages
- 7
Hi,
I am making a database for a study where different tables will be completed (by filling in forms) at different times in the study for the same participant.
I would like to create a checklist table that automatically lets the user know which table they have filled in for each participantID (which is a field common to all the tables of interest) so they can monitor their progress.
The participantID will initially be entered into a table called PersonalDetails, I then need to know whether the same participant has been entered into
> PersonalDetailsConfidential
> GPRecordInformation
> GPRecordInformation2yrs
> PASDetails
> PASDetails2yrs
I have tried doing this with a query, but it will only put a participantID in the query if every table has been completed for that participant, which is obviously not the point.
I would be grateful for any suggestions on how to do this
THANKS
I am making a database for a study where different tables will be completed (by filling in forms) at different times in the study for the same participant.
I would like to create a checklist table that automatically lets the user know which table they have filled in for each participantID (which is a field common to all the tables of interest) so they can monitor their progress.
The participantID will initially be entered into a table called PersonalDetails, I then need to know whether the same participant has been entered into
> PersonalDetailsConfidential
> GPRecordInformation
> GPRecordInformation2yrs
> PASDetails
> PASDetails2yrs
I have tried doing this with a query, but it will only put a participantID in the query if every table has been completed for that participant, which is obviously not the point.
I would be grateful for any suggestions on how to do this
THANKS