![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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. |
#3
| |||
| |||
|
|
You are aware that if a record is Dirty then Access *will* save it unless you take some extraordinary steps? If Me.Dirty Then Me.Dirty = False ..will save the current record. dkintheuk wrote: 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. -- RuralGuy (RG for short) aka Allan Bunch MS Access MVP - acXP WinXP Pro Please post back to this forum so all may benefit. Message posted via AccessMonster.comhttp://www.accessmonster.com/Uwe/Forums.aspx/databases-ms-access/2008...- Hide quoted text - - Show quoted text - |
#4
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |