K
Kutty
I am planning to make a small software for calculating mess and displaying
for at least 5 members.
Table A
Fields: number,month_name
Table B
Fields: numbe,member_name, advance, spent, days, due_before_minus,
pay_to, amount, expense_per_day
number : in both table should be there and "Table A" number will be primary
key.
advance : in this field there is line total
spent : in this field there is line total
expense_per_day : =advance_line_total/spent_line_total
pay_to : =IF(advance+spent)>due_before_minus,"PAY TO MEMBER","PAY TO
MESS"
Instead of "PAY TO MEMBER" let the system select the name of the member from
the field "name".
In case there is better than this idea please suggest.
In case there is better idea to get advance line total and spent line total
please suggest.
Should you have any question please inform me.
for at least 5 members.
Table A
Fields: number,month_name
Table B
Fields: numbe,member_name, advance, spent, days, due_before_minus,
pay_to, amount, expense_per_day
number : in both table should be there and "Table A" number will be primary
key.
advance : in this field there is line total
spent : in this field there is line total
expense_per_day : =advance_line_total/spent_line_total
pay_to : =IF(advance+spent)>due_before_minus,"PAY TO MEMBER","PAY TO
MESS"
Instead of "PAY TO MEMBER" let the system select the name of the member from
the field "name".
In case there is better than this idea please suggest.
In case there is better idea to get advance line total and spent line total
please suggest.
Should you have any question please inform me.