B
Bob
-- Private Sub Combo329_BeforeUpdate(Cancel As Integer)
Me.tbSpellingDate = Format(Date, "dd-mmm-yy")
End Sub
Can this BeforeUpdate be changed , as the only two options it does have are
Yes;N/A
[Yes] enters date
[N/A] enters Blank
TIA Bob
Me.tbSpellingDate = Format(Date, "dd-mmm-yy")
End Sub
Can this BeforeUpdate be changed , as the only two options it does have are
Yes;N/A
[Yes] enters date
[N/A] enters Blank
TIA Bob