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.
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?
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()...
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!