Re: Using Combo boxes
- From: John Vinson <jvinson@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 24 May 2005 14:04:35 -0600
On Tue, 24 May 2005 11:59:01 -0700, "ivalum21"
<ivalum21@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
>I have two tables...Classes and Rooms. I have a form where I can add new
>classes and assign it a room. The rooms never change, so I am using a combo
>box to assign the classes to a room. But when I add a new class and select
>a room from my combo box, it adds a new RoomID into my Rooms table along with
>adding my new class.
>
>How do I JUST add the class, and use the Room table without updating it??
Base the Form on your Classes table, not joining the Room table to it;
the Room field should be updated using a combo box based on Rooms, but
you needn't include the Rooms table on the form's recordsource in
order to do this!
John W. Vinson[MVP]
.
- Follow-Ups:
- Re: Using Combo boxes
- From: ivalum21
- Re: Using Combo boxes
- References:
- Using Combo boxes
- From: ivalum21
- Using Combo boxes
- Prev by Date: Re: Formatting text in a textarea-box
- Next by Date: Moveing a Form from mdb to adp
- Previous by thread: Using Combo boxes
- Next by thread: Re: Using Combo boxes
- Index(es):
Relevant Pages
|
Loading