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

    Ordering after a filter

    I have a filter code that works wonderfully for allowing the end user to only display records that match criteria "X". The only problem is when the filter is applied, the ordering that is done when the form is initially loaded is undone. I’ve searched the forums and the web in general and found...
  2. Huey462

    Center an item in a form with VBA

    I have a background form (cleverly called "Background") that has a button on it to open the control panel if the end user manages to somehow close all of the other windows. Is there a way to have access automatically center this button after the form is maximized? The reason I want to do this...
  3. Huey462

    Export Question

    I have a saved export called Export Temp that will save a database to "C:\Junk\Safety Self Inspection.xlsx". Is it possible to replace this predefined path with two entries from the following database? Database Name: Export File Location Column Name: Export Name 1 Ideally I'd like to leave...
  4. Huey462

    Checkbox and Labels

    I want to preface this with a disclaimer, I did search for a solution to this, but I am fairly new to designing access databases, so I really didn’t know what I was looking for…or may have stumbled across the answer without realizing it. I have a self-inspection checklist with more than 500...
  5. Huey462

    Help Hyperlinking in VBA

    I have a database that is going to be used by different shops, and because we do not all have access to the same drives, they need to be able to define the locations of their files. The file path and names are saved in two fields in the “Export Information” table “RDO Template” is the first and...
  6. Huey462

    Export Question

    I have a saved import and export, created using the wizard that allows me to save the backup information as an Excel 2007 file. I cannot, however, determine how to do this with VBA using the “docmd.TransferSpreadsheet” I tried the following, but the resulting file cannot be opened...
  7. Huey462

    Import & Export question

    I currently use the following VBA code to import and export the database to excel to make a backup copy: DoCmd.RunSavedImportExport ("Backup Export") and DoCmd.RunSavedImportExport ("Import Backup") On this form, I have four text boxes that the user can input their own path and...
  8. Huey462

    VBA and table contents deletion

    I have a saved import to restore the database backup, however when this is run, the database size doubles because the old information was still in there. To prevent this, I would like to use VBA to clear out the table before it is repopulated with the import. [CODE] Private Sub...

Part and Inventory Search

Back
Top