I've upgraded a small utility program. It connects to an access database. This database has field names with spaces. This worked fine in VB6 using [] as in myDB![with spaces] but .Net barks at it and the error is Identifier Expected.

I've tried double quotes...curly brackets...no brackets...nothing worked that I thought of.

Any help would be appreciated...
thanks!