Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. Access misunderstanding - MAYDAY!!!

Access misunderstanding - MAYDAY!!!

Scheduled Pinned Locked Moved Database
helptutorialquestion
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    E Offline
    eMtek
    wrote on last edited by
    #1

    MS ACCESS HELP Listing -> "If the DataType property is set to Text, enter a number from 0 to 255. " Anybody know how to deal whit this, to make it higher than 255?:wtf: Or maybe how to set Memo type at least? Regards!

    R 1 Reply Last reply
    0
    • E eMtek

      MS ACCESS HELP Listing -> "If the DataType property is set to Text, enter a number from 0 to 255. " Anybody know how to deal whit this, to make it higher than 255?:wtf: Or maybe how to set Memo type at least? Regards!

      R Offline
      R Offline
      Rob Graham
      wrote on last edited by
      #2

      Access' text datatype (Varchar in oledb terms) is limited to 255 characters (unicode). the 'memo' field type (LongVarChar) holds up to 63,999 characters. You set the field datatype when you create the table. Some databases allow the type to be changed with "Alter table". There are restrictions on what changes can be made whithout losing data, not sure what access supports.

      E 1 Reply Last reply
      0
      • R Rob Graham

        Access' text datatype (Varchar in oledb terms) is limited to 255 characters (unicode). the 'memo' field type (LongVarChar) holds up to 63,999 characters. You set the field datatype when you create the table. Some databases allow the type to be changed with "Alter table". There are restrictions on what changes can be made whithout losing data, not sure what access supports.

        E Offline
        E Offline
        eMtek
        wrote on last edited by
        #3

        Rob Graham wrote:

        You set the field datatype when you create the table.

        It's obvious;)

        Rob Graham wrote:

        There are restrictions on what changes can be made whithout losing data

        There is no data in table, and the goal is, how to set the memo datatype? There is no option to choose memo, so how to do it? Aby ideas? Regards

        E 1 Reply Last reply
        0
        • E eMtek

          Rob Graham wrote:

          You set the field datatype when you create the table.

          It's obvious;)

          Rob Graham wrote:

          There are restrictions on what changes can be made whithout losing data

          There is no data in table, and the goal is, how to set the memo datatype? There is no option to choose memo, so how to do it? Aby ideas? Regards

          E Offline
          E Offline
          Eric Dahlvang
          wrote on last edited by
          #4

          eMtek wrote:

          There is no option to choose memo, so how to do it?

          In the Table Designer, next to the Field Name is a Data Type column. Click in it, and you will have a drop down arrow on the right side. Click it, and choose Memo. It's obvious. :)

          --EricDV Sig--------- Some problems are so complex that you have to be highly intelligent and well informed just to be undecided about them. - Laurence J. Peters

          E 1 Reply Last reply
          0
          • E Eric Dahlvang

            eMtek wrote:

            There is no option to choose memo, so how to do it?

            In the Table Designer, next to the Field Name is a Data Type column. Click in it, and you will have a drop down arrow on the right side. Click it, and choose Memo. It's obvious. :)

            --EricDV Sig--------- Some problems are so complex that you have to be highly intelligent and well informed just to be undecided about them. - Laurence J. Peters

            E Offline
            E Offline
            eMtek
            wrote on last edited by
            #5

            EricDV wrote:

            Click it, and choose Memo.

            Yeah I know it's obvious;P But..., the problem was with translation (in mine Access "memo" is as a "note") used in Access. Datatype's name in any way points to memo datatype for me. So, I was confused, but now I konow. :doh: Thanks

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups