XLEAccessGuru
XLEGuru
- Local time
- Yesterday, 23:17
- Joined
- Nov 17, 2006
- Messages
- 65
I have a piece of code that sets a variable as the following to set up a file name:
variable = y & ".mdb"
The variable is being returned as:
DaVinci_Request_B_Database_BER_FE.mdb"
Notice the quotation at the end. I'm stumped! What the heck!!! Can anyone suggest anything that would get rid of the quotation?at the end of the file name?
It seems to be happening at variable = y & ".mdb"
Thank you!
variable = y & ".mdb"
The variable is being returned as:
DaVinci_Request_B_Database_BER_FE.mdb"
Notice the quotation at the end. I'm stumped! What the heck!!! Can anyone suggest anything that would get rid of the quotation?at the end of the file name?
It seems to be happening at variable = y & ".mdb"
Thank you!