Results 1 to 14 of 14

Thread: [RESOLVED] [2008] Space in mdb table column

Threaded View

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 2007
    Posts
    62

    Resolved [RESOLVED] [2008] Space in mdb table column

    I have a space in one of my columns in my database that cannot be changed (it causes issues with another app that works with the database).

    I've tried "[Set ID]" and "'Set ID'" and neither have worked.

    What's the proper way of dealing with a column name with spaces?

    Code:
                If CStr(nextRow("fname")) = CStr(currentRow("fname")) AndAlso _
                   CInt(nextRow("Set ID")) = CInt(currentRow("Set ID")) Then
    Last edited by rhijaen; Oct 2nd, 2008 at 04:33 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width