jeremy0028
Technical User
Okay i have a table and form called patient info. On the form i have a command button called
Add Payments. which opens the payment form.
I have a form called payments on that form it has Patient Account, payment date check #Check Amount, Payment Type
I also have a subform called Payments2 in datasheet view
This has the following
Date of service from
date of service to
modifer
fee
Insurance payment
Patient Payment
copay
Balence
Left to right in datasheet view
Heres what i want it to do when i click add payments i select patient account open dates of service shows in subform like this
DOS From DOS To Proc Modifer Fee Ins Pmnt Patient Pmnt
07/05/05 07/05/05 71010 51 56.00 0.00 0.00
I enter insurance payment lets say 10.00
Okay now i recieve another insurance payment for 35.00 for
the same date of service. What happens when i click new payment command button on payment form it add a blank row under date of service which i dont want also displays previous payment made which i also dont want so when i click new payment select patient account insurance payment will display like this 0.00 instead of previous payment
any ideas.
Add Payments. which opens the payment form.
I have a form called payments on that form it has Patient Account, payment date check #Check Amount, Payment Type
I also have a subform called Payments2 in datasheet view
This has the following
Date of service from
date of service to
modifer
fee
Insurance payment
Patient Payment
copay
Balence
Left to right in datasheet view
Heres what i want it to do when i click add payments i select patient account open dates of service shows in subform like this
DOS From DOS To Proc Modifer Fee Ins Pmnt Patient Pmnt
07/05/05 07/05/05 71010 51 56.00 0.00 0.00
I enter insurance payment lets say 10.00
Okay now i recieve another insurance payment for 35.00 for
the same date of service. What happens when i click new payment command button on payment form it add a blank row under date of service which i dont want also displays previous payment made which i also dont want so when i click new payment select patient account insurance payment will display like this 0.00 instead of previous payment
any ideas.