F
FBxiii
Hi. I have a table that stores a value relating to a 'percentage complete'
of tasks. (e.g. 10 represents 10%).
I want to be able to run a report that will display the percentage complete
in the form of progress bars on the report (2 text boxes of different colours
with widths relating to the percentage complete).
My problem is, there can be any number of rows in the table and need
multiple 'progress bars' for each row.
Is it possible to create textbox controls on reports before the report is
displayed? (My coding skills are pretty good so dont worry about
technicality)
Ive read through the table in the Reports On_Open event but each text box
has the same name as the others so they all show the same amount of progress.
Can anyone help or am I asking for a miracle!!
Cheers,
Steve.
of tasks. (e.g. 10 represents 10%).
I want to be able to run a report that will display the percentage complete
in the form of progress bars on the report (2 text boxes of different colours
with widths relating to the percentage complete).
My problem is, there can be any number of rows in the table and need
multiple 'progress bars' for each row.
Is it possible to create textbox controls on reports before the report is
displayed? (My coding skills are pretty good so dont worry about
technicality)
Ive read through the table in the Reports On_Open event but each text box
has the same name as the others so they all show the same amount of progress.
Can anyone help or am I asking for a miracle!!
Cheers,
Steve.