klsblues
Member
- Local time
- Today, 07:05
- Joined
- Aug 2, 2023
- Messages
- 48
I have a table that stores rooms (i.e. Bedroom1, Bedroom2, Living Room, Bathroom, etc.) it has the primary key as the room number (autonumber) and I have 2 tables to store information about the room.
tblEstMain holds the main room information
tblEstSub holds the individual items listed for the room
tblRoomDesc holds the room descriptions
I have a form that holds the tblEstMain information with a subform that lists the items for each room. it all works well, but...
The question I have is that the dropdown box on the main form that selects the room (from the tblRoomDesc), lists all rooms, but I want it to exclude any room numbers already used.
So, if I've already added items to rooms 1, 3 and 7, I want to omit them from the dropdown box. Is this possible?
Thanks in advance
tblEstMain holds the main room information
tblEstSub holds the individual items listed for the room
tblRoomDesc holds the room descriptions
I have a form that holds the tblEstMain information with a subform that lists the items for each room. it all works well, but...
The question I have is that the dropdown box on the main form that selects the room (from the tblRoomDesc), lists all rooms, but I want it to exclude any room numbers already used.
So, if I've already added items to rooms 1, 3 and 7, I want to omit them from the dropdown box. Is this possible?
Thanks in advance