Adding Data To Records And Saving In List Box

tblues87

Registered User.
Local time
Today, 09:16
Joined
Apr 7, 2011
Messages
22
Hi

I'm wondering if it's possible to add data in record through form and then save it in list or combo box.
Let me explain on my example:

I have tblStudents and tblPayingMethods. Now student can pay in cash or with Credit Card. If he's paying with Credit Card it can be on Credit (during several months). Let's say that student is paying with Credit Card on credit during 4 months. Each time when he comes to pay I need to save Date of paying and Amount.

I made a form of tblStudents and sub form from tblPayingMethods.

What I need is, if it's posible, to save date of paying and amount in other table or list, or combo, box.
Later when I print a report to see when did student pay his first amount, second, third and forth amount.

Thanks
 

Users who are viewing this thread

Back
Top Bottom