F
fedum
On my form Start is a button called cmdDo, this opens
another form-dialog called Reduction. On this second form
is a textbox were I can put in a value for the reduction
etc.. I would like to give this value back to a field on
the first form by the instruction
form_frmStart.Value=Reduction. On till now every thing is
ok but when I click on another button on my start form to
open a dialog-form were I would like to type another value
then I can't because "table is in use by another user".
If don't use the instruction
form_frmStart.Value=Reduction then there is now problem.
How can I solve this problem?
Thanks,
Marc
another form-dialog called Reduction. On this second form
is a textbox were I can put in a value for the reduction
etc.. I would like to give this value back to a field on
the first form by the instruction
form_frmStart.Value=Reduction. On till now every thing is
ok but when I click on another button on my start form to
open a dialog-form were I would like to type another value
then I can't because "table is in use by another user".
If don't use the instruction
form_frmStart.Value=Reduction then there is now problem.
How can I solve this problem?
Thanks,
Marc