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 Mike Lewis 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: *

  1. acarr2032

    emailing current record (report) in html format

    That seemed to do the trick, I appreciate this very much, I can work with it from here. Thank you.
  2. acarr2032

    emailing current record (report) in html format

    Did not seem to work. I did this same thing with a print out report, but when I try to apply this to the email report, it give me the error of "The format in which you are attempting to output the current object is not available". I am stumped
  3. acarr2032

    emailing current record (report) in html format

    I am trying to send this report by way of email in an HTML format, the problem is that its send all records instead of the current record on my form. Here is the code, can someone point me in the right direction to be able to email only the current record? Private Sub Command90_Click() On...
  4. acarr2032

    Closing an external program

    Thanks for the help, I am a newbie, so I am looking for the (easy) button. :)
  5. acarr2032

    Closing an external program

    That didn't seem to work, I get the external programto run, the problem is getting that external program to close after the macro is done. Dim stAppName As String stAppName = "O:\Warehouse\Scan\Scanpal 2\AG Utilities\232_read.exe" Call Shell(stAppName, 1) Dim stDocName As...
  6. acarr2032

    Closing an external program

    I have an external app that is started in the first part of the code, I want it to shut down when it is done doing what it has to do: Private Sub Dump_Data_Click() Dim stAppName As String stAppName = "O:\Warehouse\Scan\Scanpal 2\AG Utilities\232_read.exe" Call Shell(stAppName, 1)...
  7. acarr2032

    Creating time reports

    Nevermind, took sometime but I figured it out myself. THANKS! :P
  8. acarr2032

    Creating time reports

    I have created a report that feeds off of a query and a date form, basically a user types in the date in a date form that triggers a report to shoot off with the appropriate info for that day. The problem that I have come across is that the users also want to break the report down into 3...
  9. acarr2032

    This ones a little more complex

    I have a report that I created that tells me that a certain product was in excess of a job, on the form there is a check box with a yes/no value. My question is, how do I print this report to only print out the ones that are check box'd? Thanks.
  10. acarr2032

    I know this is basic for date printing

    I have a couple of reports that I need to print for specified dates, what is the easiest method to be able to put a start and end date in to print that range only. I know this is an easy one, I am new to using Access. Thanks.
  11. acarr2032

    Printing a report from the form

    Thanks for the info... got it on your first reply, worked great for me.!!!
  12. acarr2032

    Clearing a form on startup

    I have a form, that when you start it up, it show the record from the previouse use. Is there an easy way to clear those fields when you either click save, exit or when startup the form again?
  13. acarr2032

    Reset a Database Startup?

    Works..Thanks ALOT!
  14. acarr2032

    Reset a Database Startup?

    I had my database open, went to the tools/startup and check the options to not allow my users to get into the main controls when that database opens and that it brings up the switchboard, the problem I have is that I basically locked myself out of the database(don't laugh) and I cannot get it...
  15. acarr2032

    Form Question, Sorry about this one, I am new

    I am using MS Access 2002, I clicked on the properties(or F4) and do not see anyting about seeing alter record selectors, any idea? what am I doing wrong?
  16. acarr2032

    Form Question, Sorry about this one, I am new

    I have only been working with MS Access for a couple of weeks, sorry for the newbie questions. I am creating forms, when I run the form, it has a vertical bar on the left side of the form that you can click on , it has an arrow pointing to the right. My question is... How do you get rid of...
  17. acarr2032

    Combo box and text box ref

    I have a table that has 2 fields in it, the first one is the chemical and the second is the chemical number. On my form I have a combo box for a pull-down, right next to it I have a text box. Question is, how can I have it so when I pick a chemical from the combo box, have it fill in the...

Part and Inventory Search

Back
Top