Forms and Sub forms
I am creating a query where when I select the data I am selecting a Change ID number (not primary key but a mix of numbers and letters that can repeat), Date, and Description. What I would like to add is from a sub form called Drawing names a field called drawing name and from another sub form called Revision Notes a field called Revision Notes. (sub form are linked to the Change ID) When I view this query though it only displays the records that have both revision notes and Drawing name fields populated, it will not show records for the Change ID that don't have both of these sub form fields completed. My database will have some entries that will not have data in those fields though that will need to be displayed. How can I do this?
|