O
Oded Dror
Hi there,
I'm using Access 2002 and WinXP Pro.
I created a table with 4 fields looks like this
fldID PK
fldQtyA Number
fldQtyB Number
fldQtyTotal Number
Then I created a form base on this table and
in fldTotalQty I created a function: =[fldQtyA]+[QtyB] in control source
Everything works fine when I'm entering in fldQtyA 10 and QtyB 20 the
fldTotalQty show the result of 30
and so on when I'm entering a second record QtyA 5 QtyB 5 the fldTotalQty
show 10 But....
When I'm saving the records and going to actual table the fldTotalQty is
empty even its show on the form the results
my question is how to make the TotalQty field to update the table after the
data was entered.
the same problem is when you create a ComboBox base on lookup table within
another text field =[CboName].Column.(1)
its doesn't update the table only the combo box has been updated but not the
lookup textbox?
Thanks,
Oded Dror
Email: (e-mail address removed)
I'm using Access 2002 and WinXP Pro.
I created a table with 4 fields looks like this
fldID PK
fldQtyA Number
fldQtyB Number
fldQtyTotal Number
Then I created a form base on this table and
in fldTotalQty I created a function: =[fldQtyA]+[QtyB] in control source
Everything works fine when I'm entering in fldQtyA 10 and QtyB 20 the
fldTotalQty show the result of 30
and so on when I'm entering a second record QtyA 5 QtyB 5 the fldTotalQty
show 10 But....
When I'm saving the records and going to actual table the fldTotalQty is
empty even its show on the form the results
my question is how to make the TotalQty field to update the table after the
data was entered.
the same problem is when you create a ComboBox base on lookup table within
another text field =[CboName].Column.(1)
its doesn't update the table only the combo box has been updated but not the
lookup textbox?
Thanks,
Oded Dror
Email: (e-mail address removed)