find records in a sub form

G

Guest

I have set up a main form called credit cards.
on that form i have a sub form that shows the transactions of each credit card
on the main form i have a list box that I would like to have set up so that
when a person goes to a credit card name the transactions for that credit
cardcard show up in the sub form. How do I do this?
 
D

David Lloyd

Ron:

I don't know all the specifics of how your form and subform are setup,
however, one option you may want to investigate is using the Link Child
Fields and Link Master Fields properties of the subform (Data tab) to tie
the list box value to the transactions shown in the subform.

--
David Lloyd
MCSD .NET
http://LemingtonConsulting.com

This response is supplied "as is" without any representations or warranties.


I have set up a main form called credit cards.
on that form i have a sub form that shows the transactions of each credit
card
on the main form i have a list box that I would like to have set up so that
when a person goes to a credit card name the transactions for that credit
cardcard show up in the sub form. How do I do this?
 

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

Macro Action Arguments 1
Need help with code 1
Help with expression 4
Access 2003 Form Tab Order programing 9
Enter Parameter Value - Custom Calculation In Report 2
Dlookup 1
Filter Subform 3
DLookUp behavior 1

Top