Judo Club database...help needed

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have done really well so far with limited knowledge and without help but
now I am stuck.
I am putting together a database for all our members details.
I have all the details at the top of the form and everything works great.
I would like a table at the bottom containing name and address so we can
scroll down it and pick a member so that when we click on it their details
are brought up at the top.

I know this is really easy but I just cant do it

HELP!!!!!!!!!!!!!!
 
You may want to use a ListBox in the Form Footer and use the ListBox_Click
Event to change the Current Record of your Form.

Check Access Help on the ListBox.
 
Cant seem to get my head round the click on event bit.

I have created the list box
 
You will need to use the Form's RecordsetClone to navigate to the required
Record.

I normally use the ComboBox in the FormHeader and you can use the ComboBox
Wizard to create the "navigation" ComboBox with code for you.

Try the ComboBox Wizard and if you still want to use the ListBox, copy (and
slightly modify) the code from the ComboBox created by the Wizard.
 

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

Back
Top