Search results

  1. K

    tough ? re sub rpts and cols

    I have three subreports each of them will format the data in cols as expected when previewed individually when they are inserted into a main report they print in cols as expected .... until I add page breaks when i do that only the last subreport will print in col I can change the order of...
  2. K

    export specified text formats access97 (resolution)

    First off Don't reply to people who are trying to help with a pissy attitude! so again i appologise for being an ass:( I ended up using code to do the formatting required. Open "testfile.txt" For Output As #1 Set rst = db.OpenRecordset(sql) rst.MoveLast cnt = rst.RecordCount...
  3. K

    export specified text formats access97

    I have a requirement to export a 9 digit number to a text file with leading zeros and no decimals also a upc code as follows X XXXXX XXXXX X and scc code x XX XXXXX XXXXX i got the exporting working fine with the exception of the formatting i tried an input mask but maybe i don't know what...
Back
Top Bottom