just curious...why when you put in the date function do the parameters disappear? Is it because the function takes no parameters? Or does it take parameters? It doesn't seem that it would. Thanks
When you use DATE and TIME in code, you don't have to use the () and it will actually get rid of it. It is because it is a function with no parameters.