find records in a sub form

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
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?
 
Back
Top