J
jonathan
Hi all,
I have a main form with a subform (call it subform1), that in turn has a
subform (call it subform2), (both subforms are in datasheet view).
When i open the main it opens subform1, no problem. What i want to do is
make a unbound text box on subform1 change colour or something if there are
related records in subform2. I don;t want to open subform2 when the main
form loads because there is a information overload problem on the screen,
just to much information. If there are any records in subform2 the user can
open it by double clicking the related record in subform1 (i can do this
bit).
So basically i need to either open the recordset of subform2 and see if
there are any records or run a query and do it that way?
Any ideas pls.
cheers
jon
I have a main form with a subform (call it subform1), that in turn has a
subform (call it subform2), (both subforms are in datasheet view).
When i open the main it opens subform1, no problem. What i want to do is
make a unbound text box on subform1 change colour or something if there are
related records in subform2. I don;t want to open subform2 when the main
form loads because there is a information overload problem on the screen,
just to much information. If there are any records in subform2 the user can
open it by double clicking the related record in subform1 (i can do this
bit).
So basically i need to either open the recordset of subform2 and see if
there are any records or run a query and do it that way?
Any ideas pls.
cheers
jon