Search results

  1. L

    Problem Printing Reports

    I am working a simple address project which generates a report of addresses and the address information. The report looks great on the screen in Report mode. I have a button on the report called "Print". When executed "on_Click", the following code executes: Private Sub Command32_Click()...
  2. L

    Print problems

    I have a project which produces a report of names, addresses, etc. I added a print button to the form to send the report to the printer. The code is as follows: Private Sub Command32_Click() Docmd.SetWarnings False 'Docmd.OpenReport "rptAddresses", acViewNormal Docmd.RunCommand...
  3. L

    Update table field

    I have a simple MyAddress Project. It consists of one main table, a couple of queries, some forms and reports. Most fields in the table are typical text fields. The project allows me to select records from the table and print labels for those selected records. One field is a "yes/no" field. If...
  4. L

    langels00

    I am a new user. I retired from the working world the end of May - 2013. I now play with Access as a hobby. I have years of experience with Access using versions prior to 2007. I am self taught. I do have trouble with the conversion to Access 10. Although I have done a bit of Access programing...
Back
Top Bottom