techsponge
Technical User
I have a form frmSalesReg that can be opened from a number of other forms (frmSales, frmPlayback, frmWinner, frmmerch).
On frmSalesReg I have an unbound textbox with the following code in the OnCurrent event:
me.transtype = [forms]![frmSales]![TransType]
The question is how can I get the frmSalesReg.TransType to accept the value from the form that opened it?
me.transtype = [forms]![frmSales]![TransType]
OR
me.transtype = [forms]![frmPlayback]![TransType]
OR
me.transtype = [forms]![frmWinner]![TransType]
OR
me.transtype = [forms]![frmPlayBack]![TransType]
Cheers,
On frmSalesReg I have an unbound textbox with the following code in the OnCurrent event:
me.transtype = [forms]![frmSales]![TransType]
The question is how can I get the frmSalesReg.TransType to accept the value from the form that opened it?
me.transtype = [forms]![frmSales]![TransType]
OR
me.transtype = [forms]![frmPlayback]![TransType]
OR
me.transtype = [forms]![frmWinner]![TransType]
OR
me.transtype = [forms]![frmPlayBack]![TransType]
Cheers,