I know I have been at this too long... What seemed simple is now confusing me.
I have a form Which lists a type of room
cboroomtype (lg, med, tiny) This works
I want a subform (datasheet style) that will list all the room names of the type chosen in the cboRoomType
The files look like:
Room Type:
roomTypeKey (autonumber)
RoomTypeName (Text)
Room Name:
RmKey (autonumber)
RmTypeID (links to RoomTypeKey of Room Type table)
RoomName
I have obviously set the form/subform up wrong, because no matter what I select for the room type, the subform displays all the rooms in roomtype(1)
Any help will be appreciated.
Thanks,
Tamra
I have a form Which lists a type of room
cboroomtype (lg, med, tiny) This works
I want a subform (datasheet style) that will list all the room names of the type chosen in the cboRoomType
The files look like:
Room Type:
roomTypeKey (autonumber)
RoomTypeName (Text)
Room Name:
RmKey (autonumber)
RmTypeID (links to RoomTypeKey of Room Type table)
RoomName
I have obviously set the form/subform up wrong, because no matter what I select for the room type, the subform displays all the rooms in roomtype(1)
Any help will be appreciated.
Thanks,
Tamra