Hey all,
Still new to access and working out a report issue. I believe I need to use subreports to display the data I want and am trying to ensure I have a clear(ish) understanding before getting really deep into it.
I have my employee table with personal info which included employee ID primary key.
I have other tables for various authorizations and expirations related to each employee with foreign key employee id.
I want to display one report showing each employee and all their various authorizations and expirations. I use a report based on table employees with subreports for each authorization type correct?
I've built a query(s) based on expirations table to calculate the last expiration date for each employee. Is it necessary to include employee ID field on each query so that I may eventually relate the expiration back to the proper parent record on the final report?
Thanks all, I read about sub-forms on the faq's or general (forget which) and I think a lot of this same logic should apply.
Chris
Still new to access and working out a report issue. I believe I need to use subreports to display the data I want and am trying to ensure I have a clear(ish) understanding before getting really deep into it.
I have my employee table with personal info which included employee ID primary key.
I have other tables for various authorizations and expirations related to each employee with foreign key employee id.
I want to display one report showing each employee and all their various authorizations and expirations. I use a report based on table employees with subreports for each authorization type correct?
I've built a query(s) based on expirations table to calculate the last expiration date for each employee. Is it necessary to include employee ID field on each query so that I may eventually relate the expiration back to the proper parent record on the final report?
Thanks all, I read about sub-forms on the faq's or general (forget which) and I think a lot of this same logic should apply.
Chris