S
Silvio
This is what I have for cmdAddRecord:
Me!Mysub!EstAdmin = Me.TxEstAdmin
Me!Mysub!EstBuilding = Me.TxEstBuilding
DoCmd.GoToRecord , , acNewRec
I need to refer this last line to the sub form (MySub) and not the main
form. How?
Thanks!
Me!Mysub!EstAdmin = Me.TxEstAdmin
Me!Mysub!EstBuilding = Me.TxEstBuilding
DoCmd.GoToRecord , , acNewRec
I need to refer this last line to the sub form (MySub) and not the main
form. How?
Thanks!