Do use spaces in table names?
Rules to Better Access Databases|f3758f02-41b3-4c6f-bd5b-62ab4bbe6ac3
v6.0
Posted at
11/09/2015 9:18 AM by
William Yin
Rule Intro
Having spaces in table names necessitates the use of square brackets in all your code. e.g. [Order Details].[Order ID] instead of OrderDetail.OrderID. Spaces will also cause problems when you upsize to SQL Server later on... there is just no benefit.
Upsizing PRO will check this rule
Backend General
{C9D05912-2642-4577-8848-FFF9188217C1}
Do you feel this rule needs an update?