Too many questions at one time, but let's go through a few.
1. Normally yes. There can be exceptions, but that is rare.
2. Normally not since you have PK and FKs relationships between the two
tables.
2a. Most likely not.
3. Almost certainly not. All skills should be in a Skill table.
4. Ideally you will always create a relationship between appropriate tables
with Referiential Integrity enables.
4a. Wrong question. The question should be "Do I use lookups at table level.
The answer is a resounding NO. Below is a great list of reasons not to use
lookups in tables.
Http://www.mvps.org/access/lookupfields.htm
Further check out the second commandment here:
http://www.mvps.org/access/tencommandments.htm
Your best bet is to create relationships between your table in the
Relationships window (hopefully with Referential Integrity enabled) and
create lookups or subforms on your forms.

Signature
Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.
> Dear All:
>
[quoted text clipped - 50 lines]
>
> Audi TT Car of choice
BaBaBo - 31 Jul 2009 14:32 GMT
Dear Jerry:
Thanks for the response. Much appreciated. I asked two many questions and
got important information but I missed out the crux of the problem.
I have skills and those skills have sub specialites.
In my form I want to be on the phone with the aplicant and say,
So Bob you can do welding?, "Yes" Bob replies.
So under my skills drop down list I choose welding.
Then in my welding tab of my form I look down the drop down list and only
see options for skill associated with welding.
QUESTION:
Assuming I have one table with all the skills, (eg body work, welding, tire
roation)How do I not reenter welding 5 times in the skills field of the
table, for every skill ability concerned with welding. (skill ability being
the next field over I populate)
I am doing this because:
How will the query know to only populate the dropdown list with the skill
ability for "Welding", as apposed to "Body Work" skill abilitys?
I want this because:
I do not want to make a mistake and get the skills abilities mixxed up and
in the wrong catagory when recording the skills the person has, will make
searching rather difficult.
Other than retyping the skills 5 times (See example below), the only other
way to do it I see is to create separate tables for each skills ability. So 1
table for Welding Skills, One table for Body Work Skills.
Field: Skill Field:SkillAbility
Welding Welding Car doors Shut
Welding Welding Bumpers Back on.
BodyWork Make the car look nice
BodyWork Make the car look mean.
I am very appreciated of the time you have give me, thank you.

Signature
Anthony
> Too many questions at one time, but let's go through a few.
>
[quoted text clipped - 78 lines]
> >
> > Audi TT Car of choice