B
Bruce
I have a table (tblMain) with text fields for
[DocumentNumber] and [Revision]. On the form (frmMain)
these fields are the Record Source for text boxes
txtDocNum and txtRev. I would like to enter "0404" in
txtDocNum and have it appear as "Form 04-04". Is this
accomplished by formatting the table field, the text box,
both, or neither?
Next question: It is OK to have the same Document Number
twice, but not with the same revision. There can be only
one record for Form 04-04 Rev. A, one for 04-04 Rev. B,
etc. How can I trap a duplicate as soon as the Revision
is entered into txtRevision (or when leaving the control?
Again, these are both text fields in the underlying table.
I have posted this question before, but although I
received suggestions they did not work. Follow-up
questions remained unanswered, so I am trying again.
[DocumentNumber] and [Revision]. On the form (frmMain)
these fields are the Record Source for text boxes
txtDocNum and txtRev. I would like to enter "0404" in
txtDocNum and have it appear as "Form 04-04". Is this
accomplished by formatting the table field, the text box,
both, or neither?
Next question: It is OK to have the same Document Number
twice, but not with the same revision. There can be only
one record for Form 04-04 Rev. A, one for 04-04 Rev. B,
etc. How can I trap a duplicate as soon as the Revision
is entered into txtRevision (or when leaving the control?
Again, these are both text fields in the underlying table.
I have posted this question before, but although I
received suggestions they did not work. Follow-up
questions remained unanswered, so I am trying again.