accessing a row from a sub table

D

Dan

I am designing an accounts receivable form and I have it
so that there is a subsheet where the users enters the
amount due, date and the amount paid into a datasheet
form. I need it so that the user can send out a bill for
a certian date with the specified amount due. What would
be the best way to go about this?
 
J

John Vinson

I am designing an accounts receivable form and I have it
so that there is a subsheet where the users enters the
amount due, date and the amount paid into a datasheet
form. I need it so that the user can send out a bill for
a certian date with the specified amount due. What would
be the best way to go about this?

Use a Form with a Subform, and enter the date into the subform; base
the bill on a Query selecting the desired date.

I'm not sure just what problem you're having!
 

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