voidcranium
Registered Something.
- Local time
- Today, 07:27
- Joined
- Oct 29, 2006
- Messages
- 175
I have a form that all information on it is based on one table.
I need to use a number from another table to do some calculations to populate a text box on this form.
Example:
FORM BEING USED
TABLEONE
field_#Up
field_# inPack
TABLETWO
field_Sheets_per_min
I need on my form a text box to calculate the price per pack.
((# in Pack/ # Up)/ Sheets per min)
I would also like to populate a text box with that information showing what the
value being used is.
ie: Sheets per Min: 55
*******************************
I have searched and found that I might need to use the Dlookup but am really lost on how to use it.
Thanks for your help.
I need to use a number from another table to do some calculations to populate a text box on this form.
Example:
FORM BEING USED
TABLEONE
field_#Up
field_# inPack
TABLETWO
field_Sheets_per_min
I need on my form a text box to calculate the price per pack.
((# in Pack/ # Up)/ Sheets per min)
I would also like to populate a text box with that information showing what the
value being used is.
ie: Sheets per Min: 55
*******************************
I have searched and found that I might need to use the Dlookup but am really lost on how to use it.
Thanks for your help.