Hi
I am gathering a date from an Access textbox that is formatted as such.How would I use Nz to make provision for an empty textbox ? I want to change null values to "Null" that can be used in a SQL statement
Dim oLicenceExpiryDate As String: oLicenceExpiryDate = Format(Me.LicenceExpiryDate, oDateFormat)