C
Charlie
I'm trying to set up a simple billing database which works off a form to
check off medical procedures, which in turn calculates (I assume from a
pricing table) the medical services provided. For example:
Dog1 - was neutered (check) and received a rabies shot (check)
From that information, I'd like a report that can calculate what the cost
was by Dog1 or a total by date.
The number of pricing objects is limited. (about 20).
Any suggestions?
check off medical procedures, which in turn calculates (I assume from a
pricing table) the medical services provided. For example:
Dog1 - was neutered (check) and received a rabies shot (check)
From that information, I'd like a report that can calculate what the cost
was by Dog1 or a total by date.
The number of pricing objects is limited. (about 20).
Any suggestions?