G
golfinray
I am building, as a part of our existing database, a form for payments. We
pay school districts for construction projects with state funds. Sometimes
those payments stretch out to 30 payments over 2 years of construction. So
far, I have three tables. Fiscal:
PK district id
School
project description
Wealth Index (they get paid a percentage according to their wealth)
Total cost of the project
State share of the project
Then District:
pk District ID
District name
Then I need a table for:
Date of pay request
Partial or Final?
Partial payment number (say payment 1 - payment 30)
Payment amount
Cumulative payments made
Cumulative percent complete
I am having trouble visualizing how I am going to have the form call up
payment 22 when it is time for that payment. The calcualtions should be
pretty simple, keeping up with cumulative and so forth. I am just kinda lost
on the rest. Thanks a bunch!!!
pay school districts for construction projects with state funds. Sometimes
those payments stretch out to 30 payments over 2 years of construction. So
far, I have three tables. Fiscal:
PK district id
School
project description
Wealth Index (they get paid a percentage according to their wealth)
Total cost of the project
State share of the project
Then District:
pk District ID
District name
Then I need a table for:
Date of pay request
Partial or Final?
Partial payment number (say payment 1 - payment 30)
Payment amount
Cumulative payments made
Cumulative percent complete
I am having trouble visualizing how I am going to have the form call up
payment 22 when it is time for that payment. The calcualtions should be
pretty simple, keeping up with cumulative and so forth. I am just kinda lost
on the rest. Thanks a bunch!!!