E
Emelina Bumsquash
There is a main opening page [Demographics] in my database and I would like
there to be text box which displays an 'alert' or piece of information
dependent on other tables / forms in the database. There are only 4 different
'alerts' I want:
1) display 'PARTICIPANT' if 'Recruitment' = 1 on 'Recruitment' form AND
'Dropouts' = 1 or 0 or Is Null on 'Random' Form
2) display 'NON-PARTICIPANT' if 'Recruitment' = 2 or 0 or Is Null
3) display 'PARTICIPANT DECEASED' if 'Recruitment' = 1 on 'Recruitment' form
AND 'Dropouts' = 4 on 'Random' Form
4) display ' FORMER PARTICIPANT (WITHDRAWAL) if 'Recruitment' = 1 on
'Recruitment' form AND 'Dropouts' = 2 or 3
Is this possible? I'm guessing this will need various SQL statements in the
Demographics form code about looking up values across different tables /
forms but am very much a beginner in this so any help would be most
appreciated!
there to be text box which displays an 'alert' or piece of information
dependent on other tables / forms in the database. There are only 4 different
'alerts' I want:
1) display 'PARTICIPANT' if 'Recruitment' = 1 on 'Recruitment' form AND
'Dropouts' = 1 or 0 or Is Null on 'Random' Form
2) display 'NON-PARTICIPANT' if 'Recruitment' = 2 or 0 or Is Null
3) display 'PARTICIPANT DECEASED' if 'Recruitment' = 1 on 'Recruitment' form
AND 'Dropouts' = 4 on 'Random' Form
4) display ' FORMER PARTICIPANT (WITHDRAWAL) if 'Recruitment' = 1 on
'Recruitment' form AND 'Dropouts' = 2 or 3
Is this possible? I'm guessing this will need various SQL statements in the
Demographics form code about looking up values across different tables /
forms but am very much a beginner in this so any help would be most
appreciated!