subdatasheet

  • Thread starter Thread starter Jamie
  • Start date Start date
J

Jamie

How do I creat a subdatasheet? I have one table with
building names and numbers and managers etc... I want to
be able to view the contact information for each manager
in a dropdown format. I know it's possible, I just don't
know how to do it.

-Jamie
 
How do I creat a subdatasheet? I have one table with
building names and numbers and managers etc... I want to
be able to view the contact information for each manager
in a dropdown format. I know it's possible, I just don't
know how to do it.

-Jamie

Well...

DON'T.

Table datasheets are of VERY limited capability and should not be used
routinely, only for debugging.

Create a Form based on your Building table, with a Subform based on
the Contact table. Access provides Forms for this very purpose. You'll
find them much easier to use than table datasheets, once you invest a
modest amount of time building one.
 
Back
Top