hewstone999
Registered User.
- Local time
- Today, 10:07
- Joined
- Feb 27, 2008
- Messages
- 37
I have this following code:
---------------------------------------------------------
a = "MPI_CORE_DATA"
b = 'Need something here to get rid of the quotes in a
DoCmd.RunSQL "CREATE TABLE " & b
---------------------------------------------------------
How can i get rid of the quotes (") in a e.g. so "MPI_CORE_DATA" will become MPI_CORE_DATA
---------------------------------------------------------
a = "MPI_CORE_DATA"
b = 'Need something here to get rid of the quotes in a
DoCmd.RunSQL "CREATE TABLE " & b
---------------------------------------------------------
How can i get rid of the quotes (") in a e.g. so "MPI_CORE_DATA" will become MPI_CORE_DATA