B
bu
I have a form with a handful of comments fields. I am trying to code the
form in such a way that when the user clicks on the field, a dialog box will
open up displaying the full contents of the field. I want to reuse the same
window for each field ( seems sensless to code a screen n times for n fields
when the only thing that is really changing is the source data ), but am
having all sorts of issues. I have tried dynamically setting the popup
windows RecordSource and Filter properties and the text field in the popup
to the correct ControlSource, but the data always displays the first record
in the table - it seems to ignore the Filter property - and I have tried
requery, refresh, etc.
What is the best way to do this? Certainly it has been done before?
Thanks in advance for any help you can provide!
Bill
form in such a way that when the user clicks on the field, a dialog box will
open up displaying the full contents of the field. I want to reuse the same
window for each field ( seems sensless to code a screen n times for n fields
when the only thing that is really changing is the source data ), but am
having all sorts of issues. I have tried dynamically setting the popup
windows RecordSource and Filter properties and the text field in the popup
to the correct ControlSource, but the data always displays the first record
in the table - it seems to ignore the Filter property - and I have tried
requery, refresh, etc.
What is the best way to do this? Certainly it has been done before?
Thanks in advance for any help you can provide!
Bill