Hi,
I have the following SQL string in access:
select * from TableName(M200601) where ....
The portion I'm interested in editing is the date: "M200601". This is hard coded right now into the query. I would like for the year and month to be recognized automatically preceded by an M and passes into the Select string. Is there a way to do this?
Thank you for any input provided!
- AT
I have the following SQL string in access:
select * from TableName(M200601) where ....
The portion I'm interested in editing is the date: "M200601". This is hard coded right now into the query. I would like for the year and month to be recognized automatically preceded by an M and passes into the Select string. Is there a way to do this?
Thank you for any input provided!
- AT