spaceclown
|
| Posted: 05/24/2002, 8:22 AM |
|
I have numerous tables with space in their names like "First Name". Is their a way to make them work with CC so I don't have to rewrite my whole site? And just for curiosity why doesnt CC let you have spaces in table names?
|
|
|
 |
Ken Hardwick
|
| Posted: 05/24/2002, 9:41 AM |
|
Here are a couple of suggestions you might try...
1) In custom SQL...do something like..
Select * from [First Name]
2) In your database, create a query for each of your tables with
spaces and name the query such as there are no spaces..then use the
query instead of the table in CC
Query = Select * from [First Name]
Query Name = "First_Name"
|
|
|
 |
|