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 IamaSherpa 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. dbgirod

    Calculate age for year of birth

    This has worked for me in the past. Age: DateDiff(&quot;yyyy&quot;,[DOB],Now())+Int(Format(Now(),&quot;mmdd&quot;)<Format([DOB],&quot;mmdd&quot;))
  2. dbgirod

    Find a time between two other times

    I have a table with from and thru in short time format( 07:00 am). I need to run a query that searches for people available between the from time and the thru time. Scenario: I query to find someone available between 07:30 am and 07:45 am for a patient using the parameters below, I come up...
  3. dbgirod

    Trouble with linked Tables

    No, this was the first thing that I checked. I also double checked the default opening of all the users and they were all set to shared and not exclusive.
  4. dbgirod

    Trouble with linked Tables

    No, this was the first thing that I checked. I also double checked the default opening of all the users and they were all set to shared and not exlusive.
  5. dbgirod

    Trouble with linked Tables

    I have 2 databases. The second database has 3 linked tables from the first database. When someone has database 1 open, no one can get into database 2. First time using links like this and I am lost, any help appreciated.
  6. dbgirod

    Recovering data from Very Old Btrieve

    I've been given the task of recovering information stored in a Btrieve format. I want to be able to drop the information into Access for better control. This home-made program was written back in 1994? The people who created it are no longer around. The program uses Magic 2.0, yes, 2.0...

Part and Inventory Search

Back
Top