how to view all records in a single access subdatasheet

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a contact database and place several calls to clients. I was able to
view all of the call log records for each client in a subdatasheet while
working in the contact table. Somehow, it changed and I can only view one
call listing in the subdatasheet at a time. How can I change the
subdatasheet back so I can view all of the call records for each client while
working the contact table?
 
I have a contact database and place several calls to clients. I was able to
view all of the call log records for each client in a subdatasheet while
working in the contact table. Somehow, it changed and I can only view one
call listing in the subdatasheet at a time. How can I change the
subdatasheet back so I can view all of the call records for each client while
working the contact table?

Well... I'd strongly suggest NOT using table datasheets for any
purpose other than debugging and design.

Create a Form based on your Contact table, with a continuous Subform
based on Calls. This will display (and let you edit) all the calls for
each contact.

John W. Vinson[MVP]
 
Back
Top