calculation (1 Viewer)

archiecone

Registered User.
Local time
Today, 21:03
Joined
Jan 30, 2001
Messages
20
I have values in a table that I want to use to calculate other fields in another table.
How can I make an if statement to look at a field in one table and then look at another for a value?
Also, How can I run this function?

[This message has been edited by archiecone (edited 02-21-2001).]
 

Jack Cowley

Registered User.
Local time
Today, 21:03
Joined
Aug 7, 2000
Messages
2,639
You can use DLookup to get the values in the tables. You can do the calculations on a form or in a query.
 

Users who are viewing this thread

Top Bottom