Help with Event Pls

T

TotallyConfused

I have a main form and subforms in a Tabs. My main form list a specific doc.
One of my Tab/subform lists other docs associated with this patient.
However, when this tab opens it lists other docs and the doc on the main
form. I want to have my tab/subform only list other docs and not the doc on
the main form? Thank you.
 
B

Beetle

Base your subform on a query and in the DocID field
(or whatever the document PK field is called) use criteria
like;

<> Forms!YourMainForm!DocID
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top