Comments
Sort by recent activity
Created [Item] table in a different database. Everything working OK.
Must be something with the database or the definition of the [Item] table. Any suggestions? / comments
Created [Item] table in a different database. Everything working OK.
Must be something with the database or the definition of the [Item] table. Any suggestions?
I just tried that and experience the same issue.
I type select * from [Item] where [Item]
and when I hit period it will translate [Item]. into [ITEMINFO].
and when I correct the line to [Item]. it wil not give me any suggestions for table [Item]
Thanks for suggesting this. It now looks like a bug to me. / comments
I just tried that and experience the same issue.
I type select * from [Item] where [Item]
and when I hit period it will translate [Item]. into [ITEMINFO].
and when I correct the line to [Item]. it...