Search results for query: *

  1. H

    Convert String to Long

    iIdNumber corresponds to an AutoNumber in an Access Database that is a type Long Integer. I picked Int64 because I was told that was equivalent to a Long Integer. At first, I was trying to use the Integer type but was having problems and thought I needed to switch to Long... but I'm still having...
  2. H

    Convert String to Long

    I am trying to convert a String from a Textbox to a Long Integer. I've tried everything I can think of. Thanks in advance. Here's the error I get: Exception Details: System.FormatException: Input string was not in a correct format. Source Error: Line 553: Dim getSerial As TextBox =...
Back
Top