Query to divide.

A

AndrewB

Hi All,

Can someone assist me with a query? I need field Expr1: [Results] to
divide [Rate Total] by [Contracted Rate]. Rate Total and Contracted rates
are in 2 seperate tables I brought into the query but can't seem to get the
right syntax for the division.

Help :)

Thanks,
 
J

John W. Vinson

Hi All,

Can someone assist me with a query? I need field Expr1: [Results] to
divide [Rate Total] by [Contracted Rate]. Rate Total and Contracted rates
are in 2 seperate tables I brought into the query but can't seem to get the
right syntax for the division.

Help :)

Thanks,

How are the tables joined in the query? What error are you getting? Could you
post the SQL view of your query as it stands now, and what error you're
getting?
 
G

Golfinray

Results:[tableratetotalisin!rate total]/[tablecontractedrateisin!contracted
rate]
 
A

AndrewB

Thanks so much Golfinray !
--
AndrewB.


Golfinray said:
Results:[tableratetotalisin!rate total]/[tablecontractedrateisin!contracted
rate]

AndrewB said:
Hi All,

Can someone assist me with a query? I need field Expr1: [Results] to
divide [Rate Total] by [Contracted Rate]. Rate Total and Contracted rates
are in 2 seperate tables I brought into the query but can't seem to get the
right syntax for the division.

Help :)

Thanks,
 
A

AndrewB

Thanks for replying John! I figured it out :)

ajb
--
AndrewB.


John W. Vinson said:
Hi All,

Can someone assist me with a query? I need field Expr1: [Results] to
divide [Rate Total] by [Contracted Rate]. Rate Total and Contracted rates
are in 2 seperate tables I brought into the query but can't seem to get the
right syntax for the division.

Help :)

Thanks,

How are the tables joined in the query? What error are you getting? Could you
post the SQL view of your query as it stands now, and what error you're
getting?
 

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