melaniecarr23
Programmer
I already setup a table that is NOT ideal, and would like to try redoing it, but am not sure what is best. Here's the details:
I have a table named AUTO_CC which has the following fields:
id
pid (patient id, lookup to client table)
start_date
end_date
card_num
exp_date
vcode
jan
feb
mar (etc for each month of the year)
jan_paid (etc for each month), checkbox
closed (for when a year's payments have been completed)
When I run queries, I have to run them for all autocc records not closed and not paid for a certain month with an amount over $0.
Is there a way to setup the table (or tables) so I can run one report and select the month?
Melanie
I have a table named AUTO_CC which has the following fields:
id
pid (patient id, lookup to client table)
start_date
end_date
card_num
exp_date
vcode
jan
feb
mar (etc for each month of the year)
jan_paid (etc for each month), checkbox
closed (for when a year's payments have been completed)
When I run queries, I have to run them for all autocc records not closed and not paid for a certain month with an amount over $0.
Is there a way to setup the table (or tables) so I can run one report and select the month?
Melanie