is it possible to capture values from a form and send to 2 different table?
what i mean is...
I have a table PSCtx.
it's a transaction table where people can enter
contract amount and such.
I have a table PSC which has almost exact same fields
as PSCtx but has balances and etc.
(hard to explain why i need both tables).
is it possible to build a query or something to get the
data to PSC table from PSCtx?
when user inputs info into form "frm_PSC" (rec sourcesctx)
i need to update PSC table as well.
what i mean is...
I have a table PSCtx.
it's a transaction table where people can enter
contract amount and such.
I have a table PSC which has almost exact same fields
as PSCtx but has balances and etc.
(hard to explain why i need both tables).
is it possible to build a query or something to get the
data to PSC table from PSCtx?
when user inputs info into form "frm_PSC" (rec sourcesctx)
i need to update PSC table as well.