Recent content by Dwayno

  1. D

    Broadcast Printing

    Is there a way to broadcast print to several printers on the network with a command button. Thanks Dwayno
  2. D

    Broadcast printing in Access

    I need code to Broadcast print a 1 page report to 7 printers that are on the network and attatch it to a command button. I can do one printer without any trouble and I can broadcast fax using Winfax pro but am not having any luck with the first scecario. Thanks Dwayno
  3. D

    HELP!! Trying to build a front end for a database in Access Basic

    Well ormebk since you have a knowledgem of VB you already have a running start. I recommend Microsoft Press books. Like VB you are going to have to think Object Oriented Programming. First create your reports then create a Form with a listbox listing your forms or if there are only a few use...
  4. D

    Please Help-Pop up message box

    Assuming that you know enough code to create the MsgBox and create a cmdButton. You could create a Command button forcing the person to use it to addrecord then attach code to send the MsgBox. Better would be the above but have it email or even update a table on your client or faceplate.mdb that...
  5. D

    Disconnect all clients then Backup.

    I have a Access97 database on my NT Server and clients on several connected work stations (x95,x98) that link to the database. Each night at 0300 I want to disconnect or shutdown each client and then do a backup. Is this possible? I am somewhat familiar with access VB but very little with the...
  6. D

    Running a Powerpoint File from Form.

    We have created a number of Training modules using Power Point. I would like to run the modules by creating a command button and assigning a ppt file to each button. Can any one help me with the switches I need to not only open Power Point but run either a ppt or pps file. Thanks
  7. D

    Fax Pro 9 macros for Access 97

    I know that Fax Pro has written macros for word, VB & excel but they do not have one for Access. Does anyone have any code for doing a simple one page fax to one phone number. Thanks
  8. D

    Find form using start & stop dates

    I would like to attatch a find form to a cmd button that filters the main form. The filter will be based on the user inputting a start_date and stop_date in the form. any suggestions Thanks
Back
Top Bottom