D
Don
I created a database that keeps track of phone calls at a
small help desk, I have form that puts in the caller, etc
and then a subform that tracks the history of the call,
because a call can potentially he handled by more than one
technician.
Here is my concern.... it works nice....
but it's possible for a user to enter something into the
form without entering their info into the subform (which I
Don't want to happen)
I want to ensure that when a new record is created in the
parent form, the subform has a minimum of one record.
although I am hardly an expert, I do know some VBA. any
ideas as to how I can enforce this? I know of
GoToControl, which brings them to the appropriate field,
but it doesn't force at least one entry. I also tried
the "required" property, which also does not work.
Any ideas would be appreciated.
Thanks!
Don
small help desk, I have form that puts in the caller, etc
and then a subform that tracks the history of the call,
because a call can potentially he handled by more than one
technician.
Here is my concern.... it works nice....
but it's possible for a user to enter something into the
form without entering their info into the subform (which I
Don't want to happen)
I want to ensure that when a new record is created in the
parent form, the subform has a minimum of one record.
although I am hardly an expert, I do know some VBA. any
ideas as to how I can enforce this? I know of
GoToControl, which brings them to the appropriate field,
but it doesn't force at least one entry. I also tried
the "required" property, which also does not work.
Any ideas would be appreciated.
Thanks!
Don