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!

Recent content by achan275

  1. achan275

    help!! Importxml problem

    Yes, I tried using DIR(mypath+myfile) as well as DIR("C:\Documents and Settings\X\My Documents\submission\TODAY\*.xml") and both gave the same result. I almost checked everything, I looked at the reference and everything looks alright. AC
  2. achan275

    help!! Importxml problem

    Hi all, I ran into problem with Importxml in Ac2003. I am writing a piece of code to import xml files to an Access database. Here is my code: Private Sub Command0_Click() Dim myfile, mypath mypath = "C:\Documents and Settings\X\My Documents\submission\TODAY\*.xml" myfile = Dir(mypath) Do Until...
  3. achan275

    How to calculate the date difference between two records?

    Thanks Mike!! The formula make sense to me and i created this formula myself: whileprintingrecords; dateVar crdate; numbervar numdate:={createdate}; numbervar numyear; numbervar nummonth; numbervar numday; numyear:=tonumber(left(totext(numdate),4))...
  4. achan275

    How to calculate the date difference between two records?

    I need to do a report to tell how many parts are used per repair, while a repair is defined as all of a unit's record entries are generated within not more than 30 days apart. I am thinking of comparing the date of the records within a group(per unit) and see if it is more than 30, but not sure...
  5. achan275

    linking data source other than SQL in Access 2000 Project

    Is there a way to link those non-SQL server tables in Access 2000 Project (.adp)? Anyone can show me methods or code on how to do it? Thanks in Advance. AC

Part and Inventory Search

Back
Top