RE: Combo Box
From: Brook (Brook_at_discussions.microsoft.com)
Date: 01/06/05
- Next message: AbeR: "Re: Trigger event on change to unbound text in unbound form progra"
- Previous message: Lynn Trapp: "Re: Wanting to create a dynamic form"
- In reply to: Sprinks: "RE: Combo Box"
- Next in thread: Sprinks: "RE: Combo Box"
- Reply: Sprinks: "RE: Combo Box"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 6 Jan 2005 11:19:02 -0800
Why would I not want to store data from another table? It would give me
details on my product?
What I have is a table that houses my inventory, and I want to create a
lookup/dropdown for the Quality, and with the quality is chosen with is
Numeric (I.E. 50, 60, 80 etc), the quality Name and Quality Abbreviation will
populate into my table, is this not possible?
Brook
"Sprinks" wrote:
> Hi, Brook.
>
> See above post to trashman. You don't WANT to store any field from another
> table other than the foreign key in 99.99% of cases--the main exception is
> time-based values that are expected to change, such as a UnitPrice in the
> Product table. The current value of it would need to be stored in the Orders
> table.
>
> Display other fields on your form either by basing your form on a query, and
> including the fields you'd like displayed, or through the Column property as
> described.
>
> Sprinks
>
> "Brook" wrote:
>
> > can I set up a lookup box in a table to populate other fields within that
> > table?
> >
> > Brook
- Next message: AbeR: "Re: Trigger event on change to unbound text in unbound form progra"
- Previous message: Lynn Trapp: "Re: Wanting to create a dynamic form"
- In reply to: Sprinks: "RE: Combo Box"
- Next in thread: Sprinks: "RE: Combo Box"
- Reply: Sprinks: "RE: Combo Box"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|