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

    How to Drag and Drop Filenames into Access from Explorer?

    Hi Guru's I am writing a documentation application that requires granting the user the ability to show their file selections by dragging and dropping files onto an Access Listbox or Textbox so that the full pathnames of a file can be obtained. I know it can be done in Visual Basic. But I'm...
  2. tcalbaz

    VBA Access 2002 Compact and Repair Method

    I spent a bit of time trying to find out how to do this. Actually found this example in the Access 2002 Help File. Just wanted to share. [thumbsup2] Ted -------------- Compacts and repairs the specified database (.mdb) or Microsoft Access project (.adp) file. Returns a Boolean; True if the...
  3. tcalbaz

    Help - Ugly Sub-Reports Begone!

    Can anyone please tell me... how do i get rid of the ugly formatting borders and shading that appear in the sub-report section of my Access 2002 reports? Any help on a solution is very much appreciated. Ted
  4. tcalbaz

    Argh! All I want to do is execute a method in a subform!

    Here's my code. Forms![frm_ToDo]![mySub_ToDo].SetFocus Forms![frm_ToDo]![mySub_ToDo].cmdFirst The first line is no problem. At least the correct form is being referenced. But when it gets to the second line I get the error: "Object doesn't support this property or method." Any...

Part and Inventory Search

Back
Top