Results 1 to 3 of 3
  • Thread Tools
  1. Lounger
    Join Date
    Apr 2010
    Location
    Sofia
    Posts
    26
    Thanks
    0
    Thanked 0 Times in 0 Posts
    In the design view of my table called "products" i can convert easily the data type form text into code. I need however to convert it through code in order to automate the function.Can you help me with the solution, how can i convert the data type of the field " code" to be number instead of text?

  2. Star Lounger
    Join Date
    Dec 2009
    Location
    Bellevue, WA
    Posts
    59
    Thanks
    1
    Thanked 0 Times in 0 Posts
    Look up "Type Conversions functions" in help. You'll find cint (for converting to integers), cdbl (for converting to doubles), etc.

  3. Lounger
    Join Date
    Apr 2010
    Location
    Sofia
    Posts
    26
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Thank you !

Posting Permissions

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