Search results

  1. 7

    Printing of report problem

    Hi.I've got the problem with printing from the report in Access 2003. Neither regular nor virtual printer on 2 diff. computers don't print more then 7 pages (report has 330 pages). It did worked earlier today and now it doesn't. What could be a problem?! Please help ASAP! Thanks.
  2. 7

    Updating control on main from control on sub

    Thanks for reply. I just replaced Forms![frmMain]![txtLastUpdate] = Now() with parent![txtLastUpdate] = Now() but same message pops up when I try to close main form. What do I miss here?
  3. 7

    Updating control on main from control on sub

    Hi, I'm looking for solution to update the textbox on the main form each time the textbox on subform is updated. I have "txtLastUpdate" textbox on the main form and "txtItemQuantity" textbox on the subform. I'm trying this code: Private Sub txtItemQuantity_AfterUpdate()...
  4. 7

    New record

    Thank you for idea, JPaulo! I added "if Not Me.NewRecord Then ...." and all my code now works just fine. Thanks again.
  5. 7

    New record

    Hi. I use some conditional formating on my form (red textbox backcolor when it is empty), but I don't want it when I open the new record. How do I do it? Thanks!
Back
Top Bottom