S
Simon
I have a Suform on my form with data in
I wnat a clik button on the form that will put the last recored from
the sufmorm into a text field on the form
i have tried this code but it does not work
Private Sub Command48_Click()
test = [Forms]![frmManufactureTubExtras]![ExtraIDNumber]
End Sub
Whats wrong ??
Thanks
I wnat a clik button on the form that will put the last recored from
the sufmorm into a text field on the form
i have tried this code but it does not work
Private Sub Command48_Click()
test = [Forms]![frmManufactureTubExtras]![ExtraIDNumber]
End Sub
Whats wrong ??
Thanks