Recent content by TrevorSmile

  1. T

    Import Error from txt files

    I regularly import data on into a table from several txt files using VBA and it works fine unless one row contains numerical digits of 18 or more then I get 2.3001002204373E+17 which should read 00230010022043730018 I've formated the table field to text I've also tried formating to numbers but...
  2. T

    Passing field on one form to field on another form

    in the second form set the default value of the required field to the field in the first form ie =Forms!FormName!FieldName
Back
Top Bottom