Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: amulrine
  • Order by date
  1. amulrine

    Odbc makes access generating "error"

    What kind of tables are you linking to? We had the same problem with Oracle linked tables. We had to install the ODBC driver from Oracle to eliminate the problem. What a bear that is!
  2. amulrine

    Simple Access Help...hopefully

    You can still use the code I provided by pointing to the text box where the criteria is being typed. Here's the function we use: Function RptProject() As Integer RptProject = IIf(IsNull(Forms![frmReportsAvailable]![lstProject]), 0, Forms![frmReportsAvailable]![lstProject]) End Function We...
  3. amulrine

    Simple Access Help...hopefully

    Here's what we use: Like IIf(RptProject()=0,"*",RptProject()) where RptProject() is function that gets the value of a list box selection from the form that gives the user parameter choices. You can just fill in the values from what the user enters, also.
  4. amulrine

    Access 2002 and Oracle ODBC

    We're having the exact same problem with our Access front end to an Oracle back end. Anyone out there have a solution??

Part and Inventory Search

Back
Top