C
Chrissy
Hello. I hope someone can help me.
I have a form of clients (form1), on which is a command
button to open a form to make a receivables payment onto
(form2). I would like to know how to link form2 to form1
for a selected client and show their invoices in a combo
box to select one.
I have used stLinkCriteria in some cases, but using only
that here merely populates the form2 with that client. My
user needs to select from among that client's invoices
(via combo box?).
Also, form2 contains invoice data from one table and
receipts data (multiples applied to one invoice) from
another. My form2 source query joins these two tables
showing all invoices and all payments. What should form2
be data entry with edits or should the payment receipts
data enter via a subform?
Any help....
Thanks,
Chrissy
I have a form of clients (form1), on which is a command
button to open a form to make a receivables payment onto
(form2). I would like to know how to link form2 to form1
for a selected client and show their invoices in a combo
box to select one.
I have used stLinkCriteria in some cases, but using only
that here merely populates the form2 with that client. My
user needs to select from among that client's invoices
(via combo box?).
Also, form2 contains invoice data from one table and
receipts data (multiples applied to one invoice) from
another. My form2 source query joins these two tables
showing all invoices and all payments. What should form2
be data entry with edits or should the payment receipts
data enter via a subform?
Any help....
Thanks,
Chrissy