B
Bryan
Here's my dilemna. I have 206 apartments. Their lease expiration dates are
scattered across the calendar. I have three things to compare. 1. The
actual count of leases expiring in each month. I did that in a query ok,
bringing me to the same 12 items as the target and max. 2. A lease
expiration target and 3. A lease expiration Maximum. These last 2 are
always going to be a list 12 long, which is why the actual needs to be 12
long. What has been requested is to have these all in a form so they have a
visual and then I will color the MMM text in green up until they approach
Target-2, then turn orange until they reach max-2, then turn red. I can
handle the colors all right if I can figure out how to get them into a single
query so I can present them in a single form. I have tried to set up a
relationship between the Month field, but when I do, nothing shows up in my
datasheet view in my query.
My tables are:
Table1
Apartment Number
Lease Expiration date
Likely to renew?
Lease term
Month (Based on exp dt, MMM)
Table2
Month (Jan - Dec)
Actual (Calculated from lease exp dt)
Target (Set entered values)
Max (Set entered values)
Thoughts??
scattered across the calendar. I have three things to compare. 1. The
actual count of leases expiring in each month. I did that in a query ok,
bringing me to the same 12 items as the target and max. 2. A lease
expiration target and 3. A lease expiration Maximum. These last 2 are
always going to be a list 12 long, which is why the actual needs to be 12
long. What has been requested is to have these all in a form so they have a
visual and then I will color the MMM text in green up until they approach
Target-2, then turn orange until they reach max-2, then turn red. I can
handle the colors all right if I can figure out how to get them into a single
query so I can present them in a single form. I have tried to set up a
relationship between the Month field, but when I do, nothing shows up in my
datasheet view in my query.
My tables are:
Table1
Apartment Number
Lease Expiration date
Likely to renew?
Lease term
Month (Based on exp dt, MMM)
Table2
Month (Jan - Dec)
Actual (Calculated from lease exp dt)
Target (Set entered values)
Max (Set entered values)
Thoughts??