P
PaleRider
Hi Everyone,
What I would like to do is mark specific records where an amount is overdue
at the end of each month. For any record that is overdue, I want a hidden
TextBox to appear on the form that say's "OVERDUE". Once the bill is paid
and I change the DueDate to a different date, I want the hidden TextBox to
hide again. The hidden TextBox should only appear on the form when a bill is
overdue, but disappear after the bill is paid. Can someone please help.
Thank you ahead of time.
Here is my table and form setup:
Table Name: ClientTable
Client_ID = PK
ClientName = Text
Phone = Text
AmountDue = Text
DueDate = Date
PastDue = Boolean
Form Name: ClientForm
ClientName = TextBox
Phone = TextBox
AmountDue = TextBox
DueDate = TextBox
PastDue = Hidden TextBox
What I would like to do is mark specific records where an amount is overdue
at the end of each month. For any record that is overdue, I want a hidden
TextBox to appear on the form that say's "OVERDUE". Once the bill is paid
and I change the DueDate to a different date, I want the hidden TextBox to
hide again. The hidden TextBox should only appear on the form when a bill is
overdue, but disappear after the bill is paid. Can someone please help.
Thank you ahead of time.
Here is my table and form setup:
Table Name: ClientTable
Client_ID = PK
ClientName = Text
Phone = Text
AmountDue = Text
DueDate = Date
PastDue = Boolean
Form Name: ClientForm
ClientName = TextBox
Phone = TextBox
AmountDue = TextBox
DueDate = TextBox
PastDue = Hidden TextBox