Access 97
I have a form with 3 subforms. I want all of the fields in the form(frmName), one field in the 1st subfrm(subfrmSeat), both fields in 2nsubform(subfrmComp), and 5 fields in 3rd subform(subfrmProb) to be required. This form is a data entry form. I have a button that will add the record and move to a new record.
My problem is two fold I think. First off two of the required fields are combo boxes(frmName.cboTitle and subfrmProb.cboStat). Second is the subforms. I am using "Is Not Null" in the Validation Rule to make these fields required. This is the only way I could come up with, using my very limited knowledge of Acces and VB. I know there is a way using VB, that would get me much more closer to what I actually want. But I lack the knowledge to produce this code myself. Surprisingly, I am not asking someone to give me the code. I would really like to know if what I am doing so far is a valid way of accomplishing my goal.
Of course I am always open to suggestions.
Thanks,
Don
I have a form with 3 subforms. I want all of the fields in the form(frmName), one field in the 1st subfrm(subfrmSeat), both fields in 2nsubform(subfrmComp), and 5 fields in 3rd subform(subfrmProb) to be required. This form is a data entry form. I have a button that will add the record and move to a new record.
My problem is two fold I think. First off two of the required fields are combo boxes(frmName.cboTitle and subfrmProb.cboStat). Second is the subforms. I am using "Is Not Null" in the Validation Rule to make these fields required. This is the only way I could come up with, using my very limited knowledge of Acces and VB. I know there is a way using VB, that would get me much more closer to what I actually want. But I lack the knowledge to produce this code myself. Surprisingly, I am not asking someone to give me the code. I would really like to know if what I am doing so far is a valid way of accomplishing my goal.
Of course I am always open to suggestions.
Thanks,
Don