I was recently told by a SQL Server developer that you should never use a _ (under score) when naming tables, stored procedures etc, for example, tbl_Project_Details as SQL has issues with the _.
Would this be an issue with MS Access? I have a fairly large database, just over 8M in size, which...