VB6 Programming question regarding OnRecordChanged

SOLVED

Back on the custom OE Screen.  Here is what I need to do.  Currently the 'Post' button is hidden for certain users and exposed for others so they can post orders and quotes.

When the 'Order' is a 'Quote' ALL the users should have the 'Post' button available.  Only for quotes.

I thought maybe I'd use the OnRecordChange function but I need help with this.  I was hoping I could just focus on OrderType field being changed.  Is that possible?

Essentially, I want to track when the OrderType changes to 4 and reveal the 'Post' button.  If it changes back to 1 (Order) then hide the 'Post' button.

Any and all advice is greatly appreciated.

Dana