Search results

  1. K

    saving records

    my print button is set to save the record before it prints the report. say i have just entered my 6th record. when i push the button the record number on the form changes to 5 as well does all the other info changes to that of 5. at the bottom of the screen it still says 6 of 6. the print out...
  2. K

    Sending data to a report

    Just wondering how to send the data that i have just entered to a report and print it. I have a print button that prints the report on the form itself. The problem is that when i enter the info for form # 800, i only want to print that info for form 800 not the info for forms 1 to 800.
  3. K

    Printing wrong data on form

    I have tried your suggestion, but it still prints the previous data. If the new data has the id number 6, after you press the print button, the data including id number changes to that of 5. then number of records says that there are 6 records and on page 6 of 6 but the displayed data is that...
  4. K

    Wheel Mouse

    How do you set the wheel on the mouse to move the form up and down on the screen instead of going to the previous or next entry.
  5. K

    Printing wrong data on form

    Hi. I have a form for a database of about 800 entries. once the form is filled i need to print it off. I have had no problems until now. But for some reason it prints off the data for the previous entry, not the data that was just entered. It is like what i just entered does not exist. If...
  6. K

    printing problems

    Wayne, I am still working on your last suggestion. I can't remember if i mentioned that all of this is being done on a form as pose to a report. Not sure if this is significant or not. Sorry for the over sight on my part.
  7. K

    printing problems

    Here is the code for my print button. DoCmd.RunCommand acCmdSaveRecord DoCmd.PrintOut acSelection
  8. K

    printing problems

    I have put you suggestion in front of the printout command that my print button uses. Unfortunately it has not solved the problem. Thanks for the help any ways.
  9. K

    printing problems

    DoCmd? Wayne Thanks for your suggestion but i'm not sure on where to put the command line.
  10. K

    printing problems

    We use access to log in samples in our lab. When the form is filled out we print it since it has all the information on what test need to be done. When we print the page, it actually prints the entry before the one we just entered. The one that was just entered seems to not exist until you...
Back
Top Bottom