G
Guest
I have a table <table1> w/ 3 fields titled "fieldA",fieldB", & "fieldC"
"fieldA" = 1
"fieldB" = 2
"fieldC" = (?)
I have 3 Text Box in my form.
In my form I have 3 TEXT BOX's. FIRST TEXT BOX is tied to "fieldA"
In my form I have SECOND TEXT BOX tied to "fieldB". & finally I have a
Unbound THIRD TEXT BOX.
I want to Mulitply "fieldA" + "fieldB" and have it NOT just populated the
THIRD TEXT BOX with the answer of three but I would like it to populate my
table field "fieldC" with the number as well. Can this be done?
"fieldA" = 1
"fieldB" = 2
"fieldC" = (?)
I have 3 Text Box in my form.
In my form I have 3 TEXT BOX's. FIRST TEXT BOX is tied to "fieldA"
In my form I have SECOND TEXT BOX tied to "fieldB". & finally I have a
Unbound THIRD TEXT BOX.
I want to Mulitply "fieldA" + "fieldB" and have it NOT just populated the
THIRD TEXT BOX with the answer of three but I would like it to populate my
table field "fieldC" with the number as well. Can this be done?