G
Guest
I have a calculated control on my form and two fields in my database. I know,
I should not record a calculated control's content into a table, but I still
want to do it regardless.
My calculated control: txt RecordedAmount
One of the fields in the tables is: Debit Amount
The other is :Credit Amount
radiobutton1:radDebit
radiobutton2:radCredit
I get the product in txtRecordedAmount by multiplying two numbers and that
is what I want to record in my table.
However, I want it so when the user clicks radDebit then the amount form my
caculated control gets passed into the Debit Amount field of my table and
when the user presses radCredit the amount from thet txtRecordedAmount field
passes into the Credit Amount field of my database.
I hope this was a clear enough explanation...
Any suggestions?
I should not record a calculated control's content into a table, but I still
want to do it regardless.
My calculated control: txt RecordedAmount
One of the fields in the tables is: Debit Amount
The other is :Credit Amount
radiobutton1:radDebit
radiobutton2:radCredit
I get the product in txtRecordedAmount by multiplying two numbers and that
is what I want to record in my table.
However, I want it so when the user clicks radDebit then the amount form my
caculated control gets passed into the Debit Amount field of my table and
when the user presses radCredit the amount from thet txtRecordedAmount field
passes into the Credit Amount field of my database.
I hope this was a clear enough explanation...
Any suggestions?