make visable

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

Guest

I have a form with two subforms
One is a contiuous form
and the other is a single form
the continous form has 2 fields Full Name and ID
When I click on ID I want the single form to be visiable with the
coresponding ID.
So if I click on ID 1 then the form show me the single form with ID one. I
pretty sure I have to do a where condition somewhere.
Thanks
Chey
 
Chey,

Here's one way...

On the main form, put an unbound textbox. In the Control Source, make a
reference to the ID field on the continuous view subform, the equivalen
of this...
=[NameOfContinuousSubform]![ID]
Let's say you name this textbox IDRef.
Ok, go to the properties of the single subform, and set the Link Child
Fields property to [ID], and the Link Master Fields property to the name
of the textbox [IDRef].

You will probalby want to set the Visible property of IDRef to No.
 

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

Similar Threads


Back
Top