Request From Access

R

RosieBaby

I am currently creating a database for work, I am requesting assistance. I
want to create a spot on a form where you can click an item and information
through that one option comes up.
ie. click on 2007 and a person's name and amount of money they have received
comes up

if you can help that would be awesome!!!!

thats alot!
 
J

Jeff Boyce

General descriptions lead to general suggestions...

Create a form. Add a combo box to select a year. Add a combo box to select
a person.

Use the AfterUpdate event to load that person's info (e.g., "amount of
money").

Of course, Access expects there to be data to work with. What is your data
structure?

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Top