V
Van S W
I would like to use VBA to populate an unbound text field
in the detail section of a report with an Integer (1, 2 or
3) dependent upon the value contained in another bound
Integer text field in the detail section. I plan on using
an If-Then-Else statement (3 cases to consider) to
determine the Interger of choice for the unbound field but
I am a beginner programmer and do not quite understand
which report event (Print, Format, Retreat) to use or if a
Sub or Function Procedure should be used. The basic VBA
classes really only dealt with VBA behind forms and not at
all with report logic. If Integer bound text field is Null
or less the 10, the unbound field would be 3; if between
10 and 20, unbound field would be 2; and if >20, unbound
field would be 1. Any help would be appreciated!
Thanks, Van
..
in the detail section of a report with an Integer (1, 2 or
3) dependent upon the value contained in another bound
Integer text field in the detail section. I plan on using
an If-Then-Else statement (3 cases to consider) to
determine the Interger of choice for the unbound field but
I am a beginner programmer and do not quite understand
which report event (Print, Format, Retreat) to use or if a
Sub or Function Procedure should be used. The basic VBA
classes really only dealt with VBA behind forms and not at
all with report logic. If Integer bound text field is Null
or less the 10, the unbound field would be 3; if between
10 and 20, unbound field would be 2; and if >20, unbound
field would be 1. Any help would be appreciated!
Thanks, Van
..