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 wOOdy-Soft 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: usheikh
  • Content: Threads
  • Order by date
  1. usheikh

    Matching similar entries between two files

    Hi, I am working on a script that will allow me to read from two files, compare the entries and output invalid entries. TFILE contains entries such as: 11111_ 11112_ 11113_ 11234_ 12342_ FILE1 contains entries such as: 11111_A 11112_A 11113_A 11234_A 12342_A 11111_B 11112_B 11113_B 11234_B...
  2. usheikh

    Partial Pattern Matching

    I am trying to write a script that will allow me to do the following: Consider a file called NUMBERS containing entries such as: 123456 123444 123476 345678 345677 The script when run will prompt the user to enter a number. Then it will look in NUMBERS file and display any numbers that...
  3. usheikh

    Counting Current Ongoing Activities at a specific date

    Hi, I am trying to calculate the number of activities taking place at any given date. There is an ActivityStartDate and an ActivityEndDate for every activity. I want to be able to calculate the number of activities taking place every day. Any sugguestions? Are there any modules out there that...
  4. usheikh

    working day count

    I am totoally new to Access VBA. I have a database that has a query which calculates the number between two dates can output this information to a report when requested. However, I want to calculate the number for working days instead so that it doesnt include weekends. I found some code...
  5. usheikh

    display a message when removing and adding entries

    Is there a way to display a message everytime a user has removed and/or adds an entry to a form? I'm using Access 97
  6. usheikh

    Add a Message if adding/removing entries

    Is there a way to display a message everytime a user has removed and/or adds an entry to a form? I'm using Access 97.
  7. usheikh

    Comparing DB Entries within a field and Validating them

    Hi, This may be a little difficult to explain but here goes: I have a table in access 97 with the field Account. An account name is usually written as 0000000_A, but it MAY also have a secondary account and is usually written with the same first series of digits but ends in B e.g. 0000000_B...

Part and Inventory Search

Back
Top