Expressions For Adding Number

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello All,
I have a number and need to add 2 to the number that I'm given for example
If a customer order 5 pcs I need to create 7 Price tags. My access data base
pulls in the 5 but I need to create 7 so bottom line what should my
expression look like to add 5+2? Any input will be veryhelpful.
 
Easiest way would be to have a query with a computed field along the lines
of ActualTags: OrderTags + 2 and use the query wherever you would otherwise
have used the table.
 

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