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 bkrike 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: hniessen
  • Content: Threads
  • Order by date
  1. hniessen

    Get username of who owns the record lock

    I am working on a database application which exists out of a back-end and front-end part. The data in the back-end database will thus be edited by different users. Now I want to add following feature: When someone wants to edit certain data, but someone else is already editing this data. I want...
  2. hniessen

    change size field in vba

    The first field of a table that is imported is a number with field size double. But the field size has to be a long integer. All the numbers in this field look like ##.0000000. How is this done in VBA? Greatings, Hans
  3. hniessen

    Generic query

    I'm wondering if it is possible to design a generic query. So I have one query that can be used on several tables with the same properties but with different names. The query has to ask for the tablename on which it has to be performed. Best Regards, Hans
  4. hniessen

    Import specific data from file

    Dear experts, I'm trying to import data from a file Epl_asc.exf. This file is generated by another programm and is ascii compatible. Within this file I am looking for lines that start with code '117' (at the end of this message I added a fragment of such a file). As you can see the data is not...
  5. hniessen

    scan .exf file for desired data

    Dear experts, I'm trying to import data from a file Epl_asc.exf. This file is generated by another programm and is ascii compatible. Within this file I am looking for lines that start with code '117' (at the end of this message I added a fragment if the file). As you can see the data is not...
  6. hniessen

    Importing text-file into Access97 database

    As a not-so-experienced Access user I ran into an interesting problem. Namely, I want to search for data in a txt-file, which is generated by another tool. This txt-file contains 25 columns each separated by a comma. When the second column contains a value that satisfies a certain condition the...

Part and Inventory Search

Back
Top