combo box query
From: lynn atkinson (anonymous_at_discussions.microsoft.com)
Date: 03/11/04
- Next message: Roger Carlson: "Re: dual use of combo box"
- Previous message: hice: "Subform question"
- Next in thread: Gerald Stanley: "Re: combo box query"
- Reply: Gerald Stanley: "Re: combo box query"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 11 Mar 2004 05:11:56 -0800
I am trying to set up a combo box in which the entries are
based on the content of another field.
ie
I have a venue which may have various rooms avalable.
Venue information ie venue name and venue code, is
displayed on a form (eventschedule). I want users to
choose from a combo box which displays only the rooms for
that venue. (rooms are held in a separate table - rooms).
I have managed to get the combo box to display rooms based
on one venue, but I cannot get this to change. ie at
present it is displaying the rooms available at venue 3.
If I change the venue to venue 4, it still displays the
rooms for venue 3. How do I get it to update the combo
list according to the venue id?
I am using (if this helps)
SELECT roomselectqry.[room ID], roomselectqry.[room name],
roomselectqry.[venue code] FROM roomselectqry;
can anyone help.
PS I have looked at the posting on 10th march and tried to
apply this.
- Next message: Roger Carlson: "Re: dual use of combo box"
- Previous message: hice: "Subform question"
- Next in thread: Gerald Stanley: "Re: combo box query"
- Reply: Gerald Stanley: "Re: combo box query"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|