B
Biba
Hi,
Can someone pls tell me what's wrong with this code?
Private Sub Frame41_AfterUpdate()
If Me.Frame41 = True Then
Me.DATE_IN = Format(Date, "yyyymmdd")
Else
Me.DATE_IN = vbNullString
End If
End Sub
DATE_IN is a nvarchar field and the option group (Frame41) has two radials,
yes = 1 and no = 0.
Access' VB stops on DATE_IN.
TIA,
Biba
Can someone pls tell me what's wrong with this code?
Private Sub Frame41_AfterUpdate()
If Me.Frame41 = True Then
Me.DATE_IN = Format(Date, "yyyymmdd")
Else
Me.DATE_IN = vbNullString
End If
End Sub
DATE_IN is a nvarchar field and the option group (Frame41) has two radials,
yes = 1 and no = 0.
Access' VB stops on DATE_IN.
TIA,
Biba