I have a form that contains a subdatasheet. When you enter a quote number, it will show any previous quotes entered with the same quote number and revision number. This way the person entering the info knows what the next revision number should be. For example.
Form entry:
quote #: 010204
subdatasheet:
quote #: 010204 rev#: B
quote #: 010204 rev#: A
So that would mean the next revision number should be C. What I need to do is when the quote number is entered I need it to automatically put a check mark in a check box of the previous quote# record. So what I would end up with is Rev A would be checked when B was entered and B would be checked off when C was entered. Any suggestions?
Form entry:
quote #: 010204
subdatasheet:
quote #: 010204 rev#: B
quote #: 010204 rev#: A
So that would mean the next revision number should be C. What I need to do is when the quote number is entered I need it to automatically put a check mark in a check box of the previous quote# record. So what I would end up with is Rev A would be checked when B was entered and B would be checked off when C was entered. Any suggestions?