B
bobdydd
Hi
Access 2007
I have a check box that has on the "After update" event the following
code:
If Me.chkBuyerPayInvoice = -1 Then
Me.txtBuyerPaidDate = Date
Me.txtBuyerCheckClearDate = Date
End if
But instead of it putting the Date 14/07/2011
It is putting the Now 14/07/2011 21:38:53
I just want the Date
The field is formatted to Short Date and the regional settings are dd/
mm/yyyy (UK)
Grateful for any help
Regards
Access 2007
I have a check box that has on the "After update" event the following
code:
If Me.chkBuyerPayInvoice = -1 Then
Me.txtBuyerPaidDate = Date
Me.txtBuyerCheckClearDate = Date
End if
But instead of it putting the Date 14/07/2011
It is putting the Now 14/07/2011 21:38:53
I just want the Date
The field is formatted to Short Date and the regional settings are dd/
mm/yyyy (UK)
Grateful for any help
Regards