J
Joe Cilinceon
Problem 1
I have a Tenant table that is linked by a CustNo field to a TenantNotes. Now
the TenantNotes has 4 fields as follows:
CustNo
NoteDate
Priority (check box True/False)
Note (Memo field)
I would like to have the Note field on the form to have a yellow background
with bold text when the Priority field is true on the Notes subform.
Problem 2
Now the above is part of a Main Tenant form that is tabbed. I can simple
click on a tab to perform a given function in regards the current selected
tenant. All of this is working fine. I would also like to add a field that
will be visible stating there are Priority Notes if there are any for the
current Tenant.
I had this working early in the development of the program (a year ago) but
have changed the note field from a Text field to a Memo so I wasn't limited
on the length of the note.
I hope this is clean and any help would be greatly appreciated.
I have a Tenant table that is linked by a CustNo field to a TenantNotes. Now
the TenantNotes has 4 fields as follows:
CustNo
NoteDate
Priority (check box True/False)
Note (Memo field)
I would like to have the Note field on the form to have a yellow background
with bold text when the Priority field is true on the Notes subform.
Problem 2
Now the above is part of a Main Tenant form that is tabbed. I can simple
click on a tab to perform a given function in regards the current selected
tenant. All of this is working fine. I would also like to add a field that
will be visible stating there are Priority Notes if there are any for the
current Tenant.
I had this working early in the development of the program (a year ago) but
have changed the note field from a Text field to a Memo so I wasn't limited
on the length of the note.
I hope this is clean and any help would be greatly appreciated.