Hello
I have a main form (frmCustomers)
Then three tabs (pages) below each with a subform.
frmBookings
frmRooms
frmGroupView
I would like the frmGroupView to grab a value (RoomGroupID) in either frmBookings OR frmRooms (where that form value is available) either with a querry or something in the querry (criteria) that points to one of the subforms.
The purpose of this is to identify and display (frmGroupView) the members in Ms. Jones group which could be up to four records.
I have been working the querry's but I am getting all group members (RoomGroupID & GroupName) records instead of showing just the members in Ms. Jones group. I figure if its available in either frmBookings OR
frmRooms can I not grab it there?
When I add something to the db criteria ([frm].[customers].[frmbookings].[roomgroupid]) I am prompted for a value and this doesn't work.
Can anyone point me where to look ...
Thanks