C
cgsanders7 via AccessMonster.com
I am trying to create a stored procedure in an Access adp. I am trying to set
a parameter with a default of today's date, so I tried to put in GETDATE()
and it gives me an error:
Literal of the correct data type required.
Does anyone know a way around this.
Also, I have found that you can't use GETDATE() in a function, so how do you
get the current date? If anyone knows an answer to this, please share. Thank
you in advance.
a parameter with a default of today's date, so I tried to put in GETDATE()
and it gives me an error:
Literal of the correct data type required.
Does anyone know a way around this.
Also, I have found that you can't use GETDATE() in a function, so how do you
get the current date? If anyone knows an answer to this, please share. Thank
you in advance.