Hi,
I have a form named FrmDialogAutoAdd, which reads from the tblCustOrder. Beneath the FrmDialogAutoAdd, I have a variable named UnitID, and there is a button in that form that triggers to load another form called FrmDelta.
Now what I am asking is, how to pass the value of that variable (UnitID) into the FrmDelta, so that I can work around the code in FrmDelta using UnitID variable?
I have a form named FrmDialogAutoAdd, which reads from the tblCustOrder. Beneath the FrmDialogAutoAdd, I have a variable named UnitID, and there is a button in that form that triggers to load another form called FrmDelta.
Now what I am asking is, how to pass the value of that variable (UnitID) into the FrmDelta, so that I can work around the code in FrmDelta using UnitID variable?