T
Tara
Can I open a subform from a command button rather than have it embedded in
the main form? If so, how?
Thanks for any help!
the main form? If so, how?
Thanks for any help!
Tara said:Here's the basic situation: My *main* form lists Contact Information
for clients. I currently have a command button that opens a linked
form (filtered with the ID number of the record the user stops at
from the first form) and shows any open cases for that client. I
then need to be able to add a new record for that client from the
second form. Set up this way though, I get the error message "You
can't add a record because a record is required in
TblClientContactInfo". I know I can use traditional subforms to
avoid that problem, but it's going to make my main form awfully
crowded, plus, I just don't like the *look* of subforms. I guess I'm
hoping there's another way to accomplish what I want, which is two
independent forms which are related through an ID number with the
ability to add records to the second form.