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 bkrike 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: acarr2032
  • Content: Threads
  • Order by date
  1. 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...
  2. 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)...
  3. 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...
  4. 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.
  5. 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.
  6. 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?
  7. 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...
  8. 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...
  9. 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