Better Explanation

D

DS

I have a form with a subform. It has 2 listboxes on it. The first
listbox selects records and puts them in the subform, the 2nd list shows
the results of the subfrm, this works fine. Ineed the 2nd list with the
results to be able to select a record and move the subform to that
record, I can't figure it out. I hope tis explaind the quandry better.
Thnaks
DS
 
C

Chris

You'll need to have the second subform linked to primary key of the second
listbox. Read about recordset.Clone and you'll need to requery on the
afterupdate event of the second listbox.
 

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