I need help creating a popup message

N

naja

I need help creating a popup message that includes a dropdown list of names
that when he or she select their name it populates all their information. my
knowledge on Access is very little, so when you help me please try to be as
specific as possible. (*_*) Thanks
 
J

John W. Vinson

I need help creating a popup message that includes a dropdown list of names
that when he or she select their name it populates all their information. my
knowledge on Access is very little, so when you help me please try to be as
specific as possible. (*_*) Thanks

How depends on what. The basis of your databases is your Tables. What tables
do you have? How are they related?

You may be able to find some useful hints at:

Jeff Conrad's resources page:
http://www.accessmvp.com/JConrad/accessjunkie/resources.html

The Access Web resources page:
http://www.mvps.org/access/resources/index.html

A free tutorial written by Crystal (MS Access MVP):
http://allenbrowne.com/casu-22.html

A video how-to series by Crystal:
http://www.YouTube.com/user/LearnAccessByCrystal

MVP Allen Browne's tutorials:
http://allenbrowne.com/links.html#Tutorials

Allen's website has lots of examples of search forms.
 
A

Arvin Meyer MVP

naja said:
I need help creating a popup message that includes a dropdown list of names
that when he or she select their name it populates all their information.
my
knowledge on Access is very little, so when you help me please try to be
as
specific as possible. (*_*) Thanks

You need to build a form which is bound to the table containing the data
that you want to draw from, then populate the first form with that data in
the popup's Close event. There is a good tutorial on using Access at:

http://www.accessmvp.com/Strive4Peace/Index.htm
 
N

naja

Thank you John; I will look into these tutorial.

John W. Vinson said:
How depends on what. The basis of your databases is your Tables. What tables
do you have? How are they related?

You may be able to find some useful hints at:

Jeff Conrad's resources page:
http://www.accessmvp.com/JConrad/accessjunkie/resources.html

The Access Web resources page:
http://www.mvps.org/access/resources/index.html

A free tutorial written by Crystal (MS Access MVP):
http://allenbrowne.com/casu-22.html

A video how-to series by Crystal:
http://www.YouTube.com/user/LearnAccessByCrystal

MVP Allen Browne's tutorials:
http://allenbrowne.com/links.html#Tutorials

Allen's website has lots of examples of search forms.
 

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

Top