I have a form/subform. After I update data (pay bills) in the subform I want to requery that subform. The subform only looks at unpaid bills. I do this by checking all bills I want to pay, then I hit a command button on the main form. This command hits the appropriate tables and pays bills. I used:
[Forms![frmHubPAYMENTS]![frmBILLSDuesub_OLD].Form.Requery]
to requery but its not working. I think my problem is that the subform doesn't just run from a table, it runs from a combination and filters, etc. The sub routine to pay the bills only opens the tables.
Any suggestions?
[Forms![frmHubPAYMENTS]![frmBILLSDuesub_OLD].Form.Requery]
to requery but its not working. I think my problem is that the subform doesn't just run from a table, it runs from a combination and filters, etc. The sub routine to pay the bills only opens the tables.
Any suggestions?