Search results

  1. T

    One-To-Many Relationship Error

    I am trying to create a one-to-many relationship between these two tables. I want to be able to access the 3 fields on the [Processors] table within reports based on [AllItems]. [AllItems] is a listing of account activity where the [AccountNumber] repeats. I have every field set as the...
  2. T

    TransferText Error - "The Microsoft Access database engine could not find the..."

    TransferText Error - "The Microsoft Access database engine could not find the..." I'm having an issue with the following code. I've attempted to build in the ability to select a zip file for import. The code references a function that successfully unzips the folder and loops over each...
  3. T

    Question Unparsable Record

    I'm using VBA to parse a text file report and reformat it into a comma-delimitted file that I can import into a table. The issue is that when I append each record to a text file and then import it, about half of them do not import due to "Unparsable Record". If I write each record to its own...
  4. T

    Question This expression is typed incorrectly, or it is too complex...

    [Solved] This expression is typed incorrectly, or it is too complex... This expression is typed incorrectly, or it is too complex... I have a form that I've created to allow users to do a ad-hoc query on data in a table. Most of the fields are setup as Like [Forms]![Unusual Login...
Back
Top Bottom