Search results

  1. B

    Importing text file with form and buttons

    I am kind of new to VB programming and need to create a program to do the following: "In Microsoft Access Write a program to convert "test.txt" to a tab delimited file. All fields must be trimmed of extra spaces. Include a form to specify the input and output and a button to run the...
  2. B

    Group Payments by Absolute in Report

    I am creating a report and the output should group payments by the vendor and then by the absolute value of the payments. I have done this by creating this grouping expression: Abs(GrossAmt) What I cannot figure out how to do in the report is to eliminate the payments with only one amount...
Top Bottom