Search results

  1. F

    installing new application onto server

    HELP ! I tried installing an application onto a server and a message came up explaining that the version of the DAO350.DLL file trying to install is newer than that of the one on the server. Also note that the message did not allow me to override the older version with this newer one...
  2. F

    apprehensive about my next step - distribution

    I have finally completed my application and miraculously I also have a customer lined up to purchase a copy. The situation is as follows: eventhough I stressed this was designed as a standalone, he wants a second "user" to gain access to the data - viewing only (which I can do). Compiling a...
  3. F

    importing excel file from MS Access

    Our IT dept just reloaded MS Office and now I can't import excel files into Access. When I click on the GET EXTERNAL DATA button and then click on IMPORT, I get the usual dialogue box listing the file types with the exception of excel files. I installed and re-installed ALL selections having to...
  4. F

    help with this SQL script please

    just can't get this query to perform right. I'm trying to modify my script and keep running into a circular reference error. Any suggestions would be appreciated. SELECT DISTINCTROW tblRatesHeader.Quote,tblRatesHeader.ServType, tblRatesHeader.ServLevel, tblRateDetail.Currency...
  5. F

    report information taken from multiple sources

    I checked the forum for similar problems and came up empty. Hope someone can help me out. I have a rpt with detailed information and that information is then followed by a summarized version with totals, min, max, etc ... The detailed protion is not a problem and is fed from tableA however...
  6. F

    calculating a sum using a column from list box

    Does anyone know how to reference a column from a list box AND able to add up all the numbers (column is $$$) to arrive at a total using a textbox (TOTAL). I've been going my reference materials and noticed very little information on listboxes and it's properties. Thanks
  7. F

    open form with related details when double clickin a selected item in listbox

    I've been at this for several days now and not anywhere closer now then when I started. Does anyone have a sample where when double clicking on a selected item from a listbox, will trigger a form to open with it's related information? Would appreciate ANY direction at this time. Thanks very...
  8. F

    using wildcards in a string query

    I need some help in completing the following. I've been trying several ways but to no avail. Where do I add the wildcard "*" if I want to the query to come back with records including "LOUISI" (for Louisiana)or whatever is entered or selected in the combobox. If Not IsNull(Me!cboState) Then...
  9. F

    Can't find project or library

    I'm conducting the final test stages of my application and came upon this message when ran from a different computer than the one it was written on. "Can't find project or library". Just so you know, I opened a module and checked for missing references but could not find any "missing" files...
Back
Top Bottom