Hi guys
I have a database that generates invoices and allows the user to record payments...it works really well.
I decided to create a form that would display all invoices that either had not had any payments made (the total of the invoice was still outstanding) or they had some payments made but there was still some money outstanding....in other words, if there was any money outstanding the invoice would be displayed in this form. (see the attached screenshot01.png)
I have this working fine except that I have an invoice that is fully paid with a balance of $0.00 that is being displayed! (see attached screenshot02.png).
If I click on the $0.00 amount, some really weird numbers come up and I assume that these are causing the problem. (see attached screenshot03.png).
Here is the code I am using to find the "Amount Owing":
=[Parts Total]-[Total Payments]
This is the only invoice that is doing this and I just can't figure out why. I have looked a the tables/records and can't see anything....
Any help will be greatly appreciated.
Regards
Greg
I have a database that generates invoices and allows the user to record payments...it works really well.
I decided to create a form that would display all invoices that either had not had any payments made (the total of the invoice was still outstanding) or they had some payments made but there was still some money outstanding....in other words, if there was any money outstanding the invoice would be displayed in this form. (see the attached screenshot01.png)
I have this working fine except that I have an invoice that is fully paid with a balance of $0.00 that is being displayed! (see attached screenshot02.png).
If I click on the $0.00 amount, some really weird numbers come up and I assume that these are causing the problem. (see attached screenshot03.png).
Here is the code I am using to find the "Amount Owing":
=[Parts Total]-[Total Payments]
This is the only invoice that is doing this and I just can't figure out why. I have looked a the tables/records and can't see anything....
Any help will be greatly appreciated.
Regards
Greg