L
learning_codes
Hi,
I'm using query on Access 2007. I was able to convert from text date to actual date.
i.e. 03152014 convert to 03/15/2014
The problem is that when the record has a blank date, it gives me like #Error. I use like:
If([Game_Date] is null, [..convert to Date..],null
The result is that I get like this:
Game_Date Game_Date
03152014 03/15/2014
blank field #error
I decide to create a table from the query and it show blank field but I was not able to put "Is Null".
Can you help me how to make #error changed to blank field from the query if statement. I am really appreciated your help
Thanks
I'm using query on Access 2007. I was able to convert from text date to actual date.
i.e. 03152014 convert to 03/15/2014
The problem is that when the record has a blank date, it gives me like #Error. I use like:
If([Game_Date] is null, [..convert to Date..],null
The result is that I get like this:
Game_Date Game_Date
03152014 03/15/2014
blank field #error
I decide to create a table from the query and it show blank field but I was not able to put "Is Null".
Can you help me how to make #error changed to blank field from the query if statement. I am really appreciated your help
Thanks