S
silva
In a rental database I built, I would like to create a report that displays
information in a subform based on the tenant/record accessed in the main
form. The subform is essentially based on a two-field table, text primary key
field, and a memo field for tenant-specific notes. I want to put a button in
the subform that will display a report that mostly only has the tenant name
(primary key) as a header, and the rest is simply the output of the memo
field. The relationship between this table and the table the main form is
built off of is one-to-one. How do I create the query for the report so it
will only display one record, and only one record? I'd prefer it to not
display records for all tenants, only the specific one that is currently
being viewed in the form.
information in a subform based on the tenant/record accessed in the main
form. The subform is essentially based on a two-field table, text primary key
field, and a memo field for tenant-specific notes. I want to put a button in
the subform that will display a report that mostly only has the tenant name
(primary key) as a header, and the rest is simply the output of the memo
field. The relationship between this table and the table the main form is
built off of is one-to-one. How do I create the query for the report so it
will only display one record, and only one record? I'd prefer it to not
display records for all tenants, only the specific one that is currently
being viewed in the form.