↧
Answer by Oleg
If this is indeed Access query then there is no significance of the forward slash and the problem is actually caused by something else. Forward slash in Access should not need any special handling....
View ArticleAnswer by Jeff Oresik
It looks like an Access front end to SQL Server. Table names like: dbo_tblRXMessages usually look this way when you link them (In SQL Server they would be: dbo.tblRXMessages). Try using a parameterized...
View Article