add and subtract in access report

  • Thread starter adding and subtracting columns in report
  • Start date
A

adding and subtracting columns in report

I have a workshop report with 3 columns formatted as a general number with
zero First column is the maximum spaces available in each workshop.
Second column is the total spaces filled for each workshop
I want the third column to show the open spaces availbe in each workshop.
Can this be done easily?
 
D

Duane Hookom

If the 2 fields are numeric, you can create a text box with a control source
like:
=[Max Spaces]-[Spaces Filled]
 

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

Top