So I have a form showing my data items with a selection tick box to
indicate when an item is active.
I want to save the record automatically when someone clicks in the
tick box.
So I imagine this...
Sub Active_Dirty (Cancel as Integer)
Save current record...
End Sub
What command am i missing where it says Save current record... ?
Can anyone advise?
Cheers,
Rob.
indicate when an item is active.
I want to save the record automatically when someone clicks in the
tick box.
So I imagine this...
Sub Active_Dirty (Cancel as Integer)
Save current record...
End Sub
What command am i missing where it says Save current record... ?
Can anyone advise?
Cheers,
Rob.
Comment