I have a form in which I will have several tabs. Each tab will have 1 or 2 subforms.
On one tab I will have a subform called Symptom which is a one line description of the symptom. If no data has been entered, I would like "Symptom information not specified". If the user clicks on the Add Symptom command button, a subform opens allowing the user to enter a symptom.
The entry subform will also have a Save and Return command button and a Cancel command button. If the user clicks the cancel button, I would like the "Symptom informatin not specified" to remain on the tabbed form.
So one question is do I make the "Symptom information not specfied" the default text?
If so, how do I then programmatically delete the text in the record so that the record appears to be a new record when the user clicks on the Add Symptom command button?
Lastly, if the operator clicks the cancel command button, how do I re-enter the text "Symptom information not specified"?
On one tab I will have a subform called Symptom which is a one line description of the symptom. If no data has been entered, I would like "Symptom information not specified". If the user clicks on the Add Symptom command button, a subform opens allowing the user to enter a symptom.
The entry subform will also have a Save and Return command button and a Cancel command button. If the user clicks the cancel button, I would like the "Symptom informatin not specified" to remain on the tabbed form.
So one question is do I make the "Symptom information not specfied" the default text?
If so, how do I then programmatically delete the text in the record so that the record appears to be a new record when the user clicks on the Add Symptom command button?
Lastly, if the operator clicks the cancel command button, how do I re-enter the text "Symptom information not specified"?