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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top