Section Detail

  • Thread starter Thread starter Letygr11
  • Start date Start date
L

Letygr11

I' m triying to use the Detail_Print event to calculate
for each record something and put in another control in
the detail section also.
How can I do that??????
 
I believe the Print event may be too late for this, try the Detail_Format event instead.
You can place a value in a control using VBA or you can set the Control Source of the
control to an equation, it depends on how complicated the equation gets. However, with
nested IIF statements it can get fairly complicated before you have to resort to VBA. What
exactly are you trying to put in the control?
 
Back
Top