Hi all,
I wanted an easy visual way to let my user know if their memo field has any data in it without clicking a button.
I created a single form with a button that calls a modal dialog form where I allow the users to edit a memo field which is contained in the underlying query of the single form. I then created a label field containing an asterisk that I want to be visible when the memo field has data, and invisible when it doesn't. I check the memo field on form current and after form update, and it is slick on the single form.
Any suggestions on how I accomplish the same on a continuous form?
I wanted an easy visual way to let my user know if their memo field has any data in it without clicking a button.
I created a single form with a button that calls a modal dialog form where I allow the users to edit a memo field which is contained in the underlying query of the single form. I then created a label field containing an asterisk that I want to be visible when the memo field has data, and invisible when it doesn't. I check the memo field on form current and after form update, and it is slick on the single form.
Any suggestions on how I accomplish the same on a continuous form?