New to Access - Need Help

J

jstampacchia

Hi,

I am trying to create a % calculation from two tables and two columns in a
query.

Help?

Julius
 
J

John W. Vinson

Hi,

I am trying to create a % calculation from two tables and two columns in a
query.

Help?

Julius

Please clear your mind of your existing knowledge of the structure of
your database and the nature of the calculation you're doing.

Read the question above.

If you can understand it, you're a lot better than I am...

All I can say is "construct an expression which gives you the desired
fraction, and display the result in a textbox with a Percent format".

John W. Vinson [MVP]
 
J

jstampacchia via AccessMonster.com

John said:
[quoted text clipped - 4 lines]

Please clear your mind of your existing knowledge of the structure of
your database and the nature of the calculation you're doing.

Read the question above.

If you can understand it, you're a lot better than I am...

All I can say is "construct an expression which gives you the desired
fraction, and display the result in a textbox with a Percent format".

John W. Vinson [MVP]

Got it!

Thanks.
 
Top