Updating status bar text from underlying table
Updating status bar text from underlying table
(OP)
I have a form that has a bunch of fields on it. When it was originally created, there was no value in the underlying table's "Field description" property. Now there is.
Is there a way to programatically update each field on the form without looping through the field collection on the form? If I change the field description property now, it does not automatically update the form.
Is there a way to programatically update each field on the form without looping through the field collection on the form? If I change the field description property now, it does not automatically update the form.
RE: Updating status bar text from underlying table
You could also just drag/drop the fields on and then copy/paste into the existing control.
Joe Miller
joe.miller@flotech.net
RE: Updating status bar text from underlying table
I guess the best way is to loop through the field collection on the form and look up the field name on the table and pick off the description properties.
We should have had the description property filled out before we made the forms...but.
Thanks anyway.