K
kdw
On the BeforeUpdate event of the main form I have:
DoCmd.OpenForm "frmTransaction", , , , acFormAdd, , Me.EmployeeNum
In the form_Open of the frmTransaction I have:
Me.EmployeeNum.Value = Forms!frmTransaction.OpenArgs
but I get a run-time error 2448: You can't assign a value to this object.
What is wrong?
You all have been great in helping me solve all sorts of problems. I know I
won't be disappointed. Thanks in advance!
DoCmd.OpenForm "frmTransaction", , , , acFormAdd, , Me.EmployeeNum
In the form_Open of the frmTransaction I have:
Me.EmployeeNum.Value = Forms!frmTransaction.OpenArgs
but I get a run-time error 2448: You can't assign a value to this object.
What is wrong?
You all have been great in helping me solve all sorts of problems. I know I
won't be disappointed. Thanks in advance!