Afternoon,
The report I'm writing needs the enduser to enter answers to questions for the table to be populated (answerlist table). The answerlist table is linked to the visit.visit_id so when the questions are answered the visit.visit_id is the primary key and the foreign key is the answerlist.owner_id (how to link the tables).
I want to write a formula for a subreport where if the answerlist.owner_id does not have the visit.visit_id in the answerlist table the string that is returned is "Questions not answered". Is this possible if no information is entered in the table?
I was thinking about using an If, Then, Else statement.
If {visit.visit_id} does not equal {answerlist.owner_id} then "Questions not answered"
Thank you,
Gary
The report I'm writing needs the enduser to enter answers to questions for the table to be populated (answerlist table). The answerlist table is linked to the visit.visit_id so when the questions are answered the visit.visit_id is the primary key and the foreign key is the answerlist.owner_id (how to link the tables).
I want to write a formula for a subreport where if the answerlist.owner_id does not have the visit.visit_id in the answerlist table the string that is returned is "Questions not answered". Is this possible if no information is entered in the table?
I was thinking about using an If, Then, Else statement.
If {visit.visit_id} does not equal {answerlist.owner_id} then "Questions not answered"
Thank you,
Gary