auto fill?

G

Guest

I have a database of information about people in a program and I finally
managed to make a drop down menu for their last names in the Form but I want
the first names to automatically fill in after the last name is selected. Is
this possible and if so, how?? Thanks so much!
 
J

Joseph Meehan

Kelsey said:
I have a database of information about people in a program and I
finally managed to make a drop down menu for their last names in the
Form but I want the first names to automatically fill in after the
last name is selected. Is this possible and if so, how?? Thanks so
much!

How will it know what the first name is to fill in? What happens when
you have myself and my brother, Joseph Meehan and Robert Meehan?
 
G

Guest

Joseph Meehan said:
How will it know what the first name is to fill in? What happens when
you have myself and my brother, Joseph Meehan and Robert Meehan?



It only contains about 30 or 40 names that I need to manage and none of the
last names are the same.
 
J

Joseph Meehan

Kelsey said:
It only contains about 30 or 40 names that I need to manage and none
of the last names are the same.

Unless you know 100% that you will not be adding names or reusing the
database later, I strongly suggest you start now by planning for that
problem. I happens time and time again that someone does a lot of work on
a project only to find that there is this little change than means the whole
thing needs to be re-done because of just this kind of issue.

In any case beat of luck.
 
J

Joseph Meehan

Kelsey said:
It only contains about 30 or 40 names that I need to manage and none
of the last names are the same.


OK, I forgot to continue. Where exactly does it need to show up? In
the form displayed, in a report etc. ??
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Auto fill not working 2
Auto Fill 2
looking for auto-fill 1
Continuous Form Auto Fill In 1
auto fill one field from another 2
Date and Auto Fill 1
Auto fill 1
Search by first or last name 2

Top