Search results

  1. T

    OutputTo path problem.

    Hello, Need help again. I believe I'm close but no bananas! Trying to get a report generated from data inputted in a order form so when the user clicks on a command button it will output this form to the correct subdirectory with the order number as report name. I have done something similar...
  2. T

    Help w/If-Then Statement

    Hello, I need some help on getting an IF-Then Statement to work. This is working off the OnChange in a Combo box. The user picks a company from the drop down list & I want the facilities table associated with this company to open. Here's my test code: If Fac_tab = "BADGER" Then...
  3. T

    Override warning message box default button

    I have a macro run a make-table query with the data mode as add, but I want it to automatically select the "yes" button when the warning comes up that it will destroy the existing table. Does anyone know how to do this, please? Thanks.
  4. T

    Open another dB & update query.

    Not that savvy with VB. I have a union db that the linked tables are updated by running a query in their db. The users do not want to run these queries to use the union db. Is there a way when they open the union, a macro will open and run the update queries in the linked databases? thanks.
  5. T

    Run macro in 1 database when you open another that is linked

    Have a union (marriage) database that the linked tables must be updated for the user to get accurate queried data. Presently I have the users run the queries first that update the linked tables. Then open the union db,but they don't want to do this. I believe there is a way that when the...
Back
Top Bottom