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

    Scheduled task erroring out.

    I have a scheduled task set up to run a .bat file that starts a macro in an Access DB. The DB pulls down files from an SFTP server and then loads them to a table. I then export them to an excel file and save that file to a .csv file to be loaded to another SFTP server. When I run the .bat file...
  2. Sam8932

    Run a Winzip self extracting file

    I used Winzip to zip up files that we need to send to many users in different locations. The file created is an .exe file. These users do not have Winzip installed on their computers. Is there a way to run this executable winzip file on the users machine with VBA code? Hopefully I've given...
  3. Sam8932

    Binding text boxes to MSHFlexGrid

    Hello, I was using a datagrid and had my text boxes bound to it. I switched to a flexgrid to allow the user to delete multiple selections. How can I(if I can) bind my text boxes to the flexgrid? Here is the code I was using for the datagrid. 'Bind the text boxes to the data provider For...
  4. Sam8932

    Progress bar

    How can I make a progress bar to keep track of data being updated to a database? Can I put it on the form or would it be better to use a splash screen in some way? Any help on this would be greatly appreciated. Thank you, Sam
  5. Sam8932

    Deleting multiple records in a Datagrid

    Is this possible? Currently the user has to select one record at a time and delete it. This can sometimes be very time consuming as the user may have to delete many records. I'm using an ADO connection. If more info is needed please let me know. Thank you in advance. Sam
  6. Sam8932

    Opening Access 2000 database in Access97

    Hello, Is it possible to open a database that's created in Access 2000 in Access 97? If so, how? Any help would be appreciated. Thanks.

Part and Inventory Search

Back
Top