G
gmazza via AccessMonster.com
Hi there,
I am trying to display all records in a table on a report. So RecordSource
for report is PatientData.
PatientData - columns:
PatientID - Primary Key - autonumber
CriteriaID - Foreign Key
CriteriaOptionID - FK
This table has only FK's from other tables and I need the other tables actual
values.
Thats ok though because I can just grab the values based on the report's
RecordSource table, PatientData.
Problem is it only displays records in the table that actual values in the
fields, so not null fields.
Some CriteriaID's are null in the PatientData table, but I still want them
showing up in the report as blank, but its not showing because a related
record is not in the actual Criteria table, due to my relationships set up.
So how do I get it to display all records regardless?
Thanks for your help!
I am trying to display all records in a table on a report. So RecordSource
for report is PatientData.
PatientData - columns:
PatientID - Primary Key - autonumber
CriteriaID - Foreign Key
CriteriaOptionID - FK
This table has only FK's from other tables and I need the other tables actual
values.
Thats ok though because I can just grab the values based on the report's
RecordSource table, PatientData.
Problem is it only displays records in the table that actual values in the
fields, so not null fields.
Some CriteriaID's are null in the PatientData table, but I still want them
showing up in the report as blank, but its not showing because a related
record is not in the actual Criteria table, due to my relationships set up.
So how do I get it to display all records regardless?
Thanks for your help!