Search results

  1. N

    Solved (.Value) doesn't show textbox Value on Change() event

    Hi, I have two text boxes in a login form, and both have the same issue. I'm using the [Change()] event to check the number of characters typed manually to change the Text Box's background color. The problem is that the (.Value) property doesn't reflect changes made while the focus is on the...
  2. N

    Solved Export data from Passthrough Query to CSV

    I need to export data from an ORACLE database, and I'm using Access VBA. This involves running SQL via ODBC, using a Passthrough query that brings in about 1,300,000 records and takes about 15 minutes to run. I need to find the best way to do this. I'll describe what I did, but I'm not sure if...
Back
Top Bottom