C
CJ
Hi groupies
I appear to be in a complete mental fog today...........
Here is a generic example of what I am trying to do:
My Main form lists each room
Subform 1 lists the closets in each room. It is used to select the closets
from a combo box.
Subform 2 lists the boxes in each closet as a continuous form
Subform 3 lists the contents of each box in each closet
Subform 1 and 2 work. When I choose a closet, I see a list of the boxes
inside.
My problem is the communication between 2 & 3.
When I click on a box in Subform 2, I want Subform 3 to show the contents of
that box but I can not get it to work. Subform 3 is only showing the
contents of the first box
in that closet.
On my main form I have a text box that obtains the value of the selected
box. Subform 3 uses this text box as filter criteria
and it is working fine when I test things with a separate query.
I need to have Subform 3 requery when I select a different box in Subform
2.......I won't list all of the things that I have
tried because I can't remember them all......sigh
Can somebody please help me out with something I KNOW is very easy.
I appear to be in a complete mental fog today...........
Here is a generic example of what I am trying to do:
My Main form lists each room
Subform 1 lists the closets in each room. It is used to select the closets
from a combo box.
Subform 2 lists the boxes in each closet as a continuous form
Subform 3 lists the contents of each box in each closet
Subform 1 and 2 work. When I choose a closet, I see a list of the boxes
inside.
My problem is the communication between 2 & 3.
When I click on a box in Subform 2, I want Subform 3 to show the contents of
that box but I can not get it to work. Subform 3 is only showing the
contents of the first box
in that closet.
On my main form I have a text box that obtains the value of the selected
box. Subform 3 uses this text box as filter criteria
and it is working fine when I test things with a separate query.
I need to have Subform 3 requery when I select a different box in Subform
2.......I won't list all of the things that I have
tried because I can't remember them all......sigh
Can somebody please help me out with something I KNOW is very easy.