Search results

  1. T

    Append only 1 record

    I am trying to write an append query that will ONLY append the last record of one table into that of another table. Every time I try this, Access wants to Append all the records. How do you force it to only append the last record?
  2. T

    Question Copy data from one form to another

    Okay folks. I know this maybe the wrong place to ask, but I have to start somewhere. I have a table entitled customer info. I have developed a form "Customer Info" in which I enter into this table the customer name, PO number, SO Number, and a bunch of other stuff. When I close the form, and...
  3. T

    MS Report in B&W

    Hi there. I have searched and searched and cannot seem to get my MS access 2010 reports to print in color. Here is my code: printer.ColorMode DoCmd.OpenReport "Rep Monthly Progress Report", acViewNormal DoCmd.OpenReport "Manrep total sales summary", acViewNormal DoCmd.OpenReport "Region...
Back
Top Bottom