Price/Units

  • Thread starter Thread starter ExcessAccess
  • Start date Start date
E

ExcessAccess

I have a make-table query. One of the fields is
called "price." One of the fields is called "units."
What I really want to do is have the price field
display "price/units". How can I accomplish this?
Much thanks in advance.

~J
 
When I use this, all I get in the field "PricePerUnit" is
#Error

How do I make it work?
Thanks again in advance.

TS
-----Original Message-----
PricePerUnit:[Price]/[Units]

--
Duane Hookom
MS Access MVP


ExcessAccess said:
I have a make-table query. One of the fields is
called "price." One of the fields is called "units."
What I really want to do is have the price field
display "price/units". How can I accomplish this?
Much thanks in advance.

~J


.
 
When I use this, all I get in the field "PricePerUnit" is
#Error

How do I make it work?
Thanks again in advance.

Please post the actual SQL view of your query. Could the value of
[Units] be zero or Null? Either would cause an error.
 

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