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 Chriss Miller 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: *

  1. scorpio1769

    Open an access database on a windows machine from Linux

    Hi all. Is there a way to automatically open a Microsoft access database on a windows machine from a linux box automatically? I don't need to read the db, make changes, update, etc. All I need to do is open the file. Something like Windows task manager that will do this? Thanks,
  2. scorpio1769

    Transaction / history tables

    I'm attempting to insert Michael Red's transaction code, faq181-291, and forgive my ignorance, but how do I initiate this code? I've created the tables as described, pasted the code into the db, set the DAO reference as describerd and compiled to make sure no errors. What event do I tie...
  3. scorpio1769

    Close Excel via VBA

    Hi folks. First off, I have not idea what I'm doing so be gentle. I have the following code that takes an excell template, fills in some data, saves the updated spreadsheet using SaveAs. Everything is kosher for that, however it seems that I cannot close the template file ".....RSP Purchase...
  4. scorpio1769

    Odd error "The function you entered cannot be used in this expression"

    I've got a macro on an mde. database that has been working for years. all of the sudden, my user reports to me that upon execution of the macro, he gets the error message "The function you entered cannot be used in this expression. *You may have used a DoEvents,....." This macro fires on the...
  5. scorpio1769

    append query doesn't work in macro

    Heello. I have an append query which will not execute within a macro. There are no conditions set for the execution of the "OpenQuery" command so it should run every time the macro is run. I turned warnings on and the macro indeed says "your about to append x records...", but it doesn't...
  6. scorpio1769

    Cannot make mde?

    I attempted to create and mde of an Access 2002 app and the "Make mde file" is greyed out. Since I have many sources for linked tables, I thouhgt that might be the problem and so created a test consisting of one table and one form..."Make MDE file" is still greyed out. Is...
  7. scorpio1769

    Time Clock: Elapsed time problem.

    I'm creating a time clock application for my employees and here's my problem. I have 2 date time fields: [start] and [end]. I've created a report that displays time worked per day, grouped by employee. In my employee group footer, I want to display the total time for that employee for each...
  8. scorpio1769

    Blank field when font height exceeds field height.

    On some Windows 2000 boxes, I am getting null returns on text fields whenever the height of the font exceeds the height of the text box. I know that I have valid data for these fields. If I increase the height of the text box everything is a-okay. The same report run against the same data and...
  9. scorpio1769

    Dynamically change picture/OLE object at runtime

    Trying to dynamically display an image at runtime. I've got two fields [user.idnumber] and [user.scannedsignaturepathname]. Based off the user id at runtime, I want to set the path name of an picture/OLE object at runtime. Any ideas on how to accomplish this in a C++ environment. thanks.

Part and Inventory Search

Back
Top