B
Bonnie
Using A02. I have a contract status tab (qContractTbl)on
my fNewBus that has a subform showing me if a bill has
been sent and/or paid yet. The subform pulls from
qFeesTbl. I have a checkbox in my ContractTbl to be
checked if the bill has been sent and paid as part of the
process. I can put a text field on my contract status tab
with:
=IIf(isnull([NewBusSubInstallBill].[Form]![DatePd]),"",
[NewBusSubInstallBill].[Form]![DatePd])
Then, I can have my form's BeforeUpdate event checkmark
the paid box IF it has been paid. But, I'm getting #Error
when the subform has no data. I can handle NoData in
reports but can't find anything for forms. I'm okay if
there is data but messed up on no data.
Am I on the right track? Is there a better way for a non-
guru newbie programmer? Do I need the InstallBill subform
on my tab at all? Can I just reference the query results?
Thanks in advance for any help or advice. Love you guys!!!
my fNewBus that has a subform showing me if a bill has
been sent and/or paid yet. The subform pulls from
qFeesTbl. I have a checkbox in my ContractTbl to be
checked if the bill has been sent and paid as part of the
process. I can put a text field on my contract status tab
with:
=IIf(isnull([NewBusSubInstallBill].[Form]![DatePd]),"",
[NewBusSubInstallBill].[Form]![DatePd])
Then, I can have my form's BeforeUpdate event checkmark
the paid box IF it has been paid. But, I'm getting #Error
when the subform has no data. I can handle NoData in
reports but can't find anything for forms. I'm okay if
there is data but messed up on no data.
Am I on the right track? Is there a better way for a non-
guru newbie programmer? Do I need the InstallBill subform
on my tab at all? Can I just reference the query results?
Thanks in advance for any help or advice. Love you guys!!!