D
dchristo
I access a table that contains dates; however they are all in text format
i.e. 20010924; i would like to create a function that I can use in a query to
return the correct values such as
Mid([field1]![Date Received],5,2) & "/" & Right(RTrim([field1]![Date
Received]),2) & "/" & Left([field1]![Date Received],4) but if the field is
blank, return a null value.
Can someone please advise if this is possible and if so how can I accomplish.
i.e. 20010924; i would like to create a function that I can use in a query to
return the correct values such as
Mid([field1]![Date Received],5,2) & "/" & Right(RTrim([field1]![Date
Received]),2) & "/" & Left([field1]![Date Received],4) but if the field is
blank, return a null value.
Can someone please advise if this is possible and if so how can I accomplish.