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: achan275
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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