Lookup FIELDS, bad ... lookup TABLES, good (to paraphrase a colleague...)
It sounds like you are working directly in the table(s). This is almost a
necessity in Excel, but Access is a relational database. Access tables
store data, Access forms (and reports) display it.
Do the "lookup" work in your forms, using a combo box THERE.
The major problem most folks encounter with trying to use lookup fields in
tables is that what is stored does not match what is displayed ... this
causes considerable confusion.
Good luck!
--
Regards
Jeff Boyce
www.InformationFutures.net
Microsoft Office/Access MVP
http://mvp.support.microsoft.com/
Microsoft IT Academy Program Mentor
http://microsoftitacademy.com/
"RSunday" <(E-Mail Removed)> wrote in message
news:CCA8AB88-AB8C-4C9A-8CF4-(E-Mail Removed)...
> I have a table where the values in a field can be picked from a list - but
> this list depends on the value in another field in the same table.
>
> Example: I have a field called "kids". I can select a kid-value from a
list
> of kids - but I only want to select among the kids in the "family" - i.e.
I
> have a field specifying the family. This selection should limit my list of
> kids to only the reæevant ones.
>
> Can I set up a combo box where this relation is implemented?
>
> Alternatively I create a form with this logic - but at this stage it would
> be easier to do without.