ReluctantDataGuy
Programmer
I have a multi-record form and the records on the form represent physical objects, each of which has a width that is stored in a field called "SectionWidth".
I need to have an object for each record that changes width based on the value in the SectionWidth field for that record.
Of course, that's easy for single record forms, but as far as I know, not possible for multiple record forms.
I'm hoping someone has found a way to accomplish this.
I can't use a report (where this is also a simple task) because I want the user to be able to click a button on each record and pop-up a form showing the details (sub parts that "cause" the section to be a certain width).
Any ideas would be much appreciated.
Thanks!
ReluctantDataGuy
I need to have an object for each record that changes width based on the value in the SectionWidth field for that record.
Of course, that's easy for single record forms, but as far as I know, not possible for multiple record forms.
I'm hoping someone has found a way to accomplish this.
I can't use a report (where this is also a simple task) because I want the user to be able to click a button on each record and pop-up a form showing the details (sub parts that "cause" the section to be a certain width).
Any ideas would be much appreciated.
Thanks!
ReluctantDataGuy