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

    Creating/ Using custom defined types

    I have created a type called : Type userDefaults userID as Integer useraddress as string userpermissions as string End type There is a login screen called frmlogin in there is a function call to : Call getUserDefaults(Me!UserID) The Module getUserDefaults looks like this...
  2. claudebo

    timer function to find bottlenecks in code

    I would like to create a timer to find bottlenecks in forms queries and code and also to try different code snippets. Any ideas on how to do this? thanks Claude
  3. claudebo

    Excel statistis functions in access

    Hi I would like to use the statistic functions from Excel in Access. I have added “Microsoft Excel 5.0 Object Library” to the references. I have tried: ________________________________________________________________ Dim obj As Object Set obj =...
  4. claudebo

    File copy (while .mdb is open

    Hi I there any way to make a copy of an Original.mdb file while Original.mdb is open. I tried : Dim SourceFile, DestinationFile SourceFile = "C:\Original.mdb" ' source file name. DestinationFile = "C:\Backup.mdb" ' target file name. FileCopy SourceFile...
  5. claudebo

    Passing all (" * ") to query via Code

    Hi I have a number of queries that are passed criteria via code Query view: |Field |CusLastName | etc. |Table | CusTable | |Criteria |Queryprop("Pass")| Example Code: "Function Queryprop(Prop) As String Queryprop = Currentprop End Function" This works...

Part and Inventory Search

Back
Top