I have a button on my main page that is "Orders Ready To Invoice"
clicking on that button opens up another form called [work completed]
that is filtered by [work completed]![order has been shipped]=False
that part all works fine, But I would like the button to change color if there is an order ready,
or have the button be invisible if no orders are ready. anything really even a records counter
next to button.
I do have the main page running me.refresh on a timer interval,
So what I'am asking for help on is how do I modify that button of main form by the amount
of records available after filtering in another form.