C
Craig Ferrier
I have a subform(donations) within a form(donors) (linked by child/master
fields)
If a new donation record is started, there are 4 fields that are required
before the user can go to another record. (donor or donation)
Can you point me in the right direction on how to implement this.
Everything that I have tried doesnt seem to work.
I am using :
If IsNull(me.Date) then
MsgBox " text ", vbcritical, "title"
docmd.gotocontrol "Date"
End If
I have these for each of the 4 field on the suborm before update event.
Again if anyone can point me in the right direction it would be appreciated.
Craig
fields)
If a new donation record is started, there are 4 fields that are required
before the user can go to another record. (donor or donation)
Can you point me in the right direction on how to implement this.
Everything that I have tried doesnt seem to work.
I am using :
If IsNull(me.Date) then
MsgBox " text ", vbcritical, "title"
docmd.gotocontrol "Date"
End If
I have these for each of the 4 field on the suborm before update event.
Again if anyone can point me in the right direction it would be appreciated.
Craig