K
kalyhan
Hello Everyone. I'm afraid I have a couple of questions. No doubt they have
been addressed, so if someone can point me to the answers, I'll try not to
bug you anymore.
I've created a 'ScrapDataTable' table. a.) Users enter data into a
form which consists of several combo boxes, to ensure we get the correct data.
b.) Several of the fields in this form perform calculations as follows:
[MaterialLength]*[NumberOfPieces] - giving me the total length in inches.
[TotalLengthInInches]/12 - giving me the foot length.
[TotalFootLength]*[MaterialCost] - this will be my first question!
Currently, the 'MaterialCost' is entered manually because I have been
unsuccessful in my expression attempts to have it automatically fill in.
'MaterialCost' is actually
a third column in the 'MaterialCostTable' where users already select the
'Material Type' (columns are 0";22";0"). Ideally, I want the cost to
automatically fill in. Is
there no way to automatically drag the 'MaterialCost' field from the third
column
when users select the 'MaterialType'? Both are individual fields on the
form and each 'MaterialType' has it's own unique 'MaterialCost' - and always
will.
For my second question, why are my calculations in the form not transferring
to the main table 'ScrapDataTable'? All other info is showing up just fine,
while the fields which are calculated in the form are showing up as zeros on
the primary table.
Thanks in advance! You guys are great.
Karen
been addressed, so if someone can point me to the answers, I'll try not to
bug you anymore.
I've created a 'ScrapDataTable' table. a.) Users enter data into a
form which consists of several combo boxes, to ensure we get the correct data.
b.) Several of the fields in this form perform calculations as follows:
[MaterialLength]*[NumberOfPieces] - giving me the total length in inches.
[TotalLengthInInches]/12 - giving me the foot length.
[TotalFootLength]*[MaterialCost] - this will be my first question!
Currently, the 'MaterialCost' is entered manually because I have been
unsuccessful in my expression attempts to have it automatically fill in.
'MaterialCost' is actually
a third column in the 'MaterialCostTable' where users already select the
'Material Type' (columns are 0";22";0"). Ideally, I want the cost to
automatically fill in. Is
there no way to automatically drag the 'MaterialCost' field from the third
column
when users select the 'MaterialType'? Both are individual fields on the
form and each 'MaterialType' has it's own unique 'MaterialCost' - and always
will.
For my second question, why are my calculations in the form not transferring
to the main table 'ScrapDataTable'? All other info is showing up just fine,
while the fields which are calculated in the form are showing up as zeros on
the primary table.
Thanks in advance! You guys are great.
Karen