J
Jeff
I think I'm about to go NUTS! I have tried and Tried and TRIED to figure out
my problem and have spent at least a GaBazillion $$$ on every book ever
published on Access but still can't solve this problem - I'm sure there's a
simple answer but I'm hopelessly stuck. L For simplicity's sake, here's an
example of what I'm trying to do:
I have two tables (actually, my full database has a lot more) - tblPeople
and tblSalutations, these look like this:
tblPeople contains:
PeopleID (PK)
LastName
FirstName
SalutationID (FK)
tlbSalutation contains:
SalutationID (PK)
SalutationName
SalutationName contains values such as Mr., Ms., Miss, Mrs., etc.
What I want to do is to create a form where I can enter new people into
tblPeople and selecte the correct salutation from a combo box that looks up
all of the values in the tblSaluations.
Now for the problem - I can do this using the "lookup wizard" but I have
read, in many places on the 'net the doing so can create many other
problems - essentially, the "lookup wizard" is "evil." Therefore, I would
like to do the same thing using some other method but I can't find any
examples that tell me, specifically, how to do this.
I'm afraid I'm a complete Access moron and would like to find an example
that would "hold my hand" through the complete process. My actual database
is much more complex than just this example but I'm REALLY stuck on this
problem.
Thanks for your help.
my problem and have spent at least a GaBazillion $$$ on every book ever
published on Access but still can't solve this problem - I'm sure there's a
simple answer but I'm hopelessly stuck. L For simplicity's sake, here's an
example of what I'm trying to do:
I have two tables (actually, my full database has a lot more) - tblPeople
and tblSalutations, these look like this:
tblPeople contains:
PeopleID (PK)
LastName
FirstName
SalutationID (FK)
tlbSalutation contains:
SalutationID (PK)
SalutationName
SalutationName contains values such as Mr., Ms., Miss, Mrs., etc.
What I want to do is to create a form where I can enter new people into
tblPeople and selecte the correct salutation from a combo box that looks up
all of the values in the tblSaluations.
Now for the problem - I can do this using the "lookup wizard" but I have
read, in many places on the 'net the doing so can create many other
problems - essentially, the "lookup wizard" is "evil." Therefore, I would
like to do the same thing using some other method but I can't find any
examples that tell me, specifically, how to do this.
I'm afraid I'm a complete Access moron and would like to find an example
that would "hold my hand" through the complete process. My actual database
is much more complex than just this example but I'm REALLY stuck on this
problem.
Thanks for your help.