ClaraBarton
Registered User.
- Local time
- Yesterday, 18:51
- Joined
- Oct 14, 2019
- Messages
- 645
I have a continuous form of transactions that has a button to open another form to split the transaction into different accounts. The transaction is completed when there is no amount remaining after the splits of the original amount. Each transaction has a field on the calling form showing the remaining amount (if not 0).
I would like to modify the button that calls the form for the split. Gray if there is nothing remaining, or bright if there is more to do on the split form.
Possible?
I've tried many things, including setting the button on the Load event but every record remains the same as the first record and wouldn't change anyway if the remaining amount changed.
I tried using a transparent button on top of two rectangles but couldn't figure how to make one visible and the other invisible with conditional formatting and besides, conditional formatting doesn't work on a rectangle.
Both forms use the same query.
I could use a little direction.
I would like to modify the button that calls the form for the split. Gray if there is nothing remaining, or bright if there is more to do on the split form.
Possible?
I've tried many things, including setting the button on the Load event but every record remains the same as the first record and wouldn't change anyway if the remaining amount changed.
I tried using a transparent button on top of two rectangles but couldn't figure how to make one visible and the other invisible with conditional formatting and besides, conditional formatting doesn't work on a rectangle.
Both forms use the same query.
I could use a little direction.