M
MyEmailList
How do you specify two conditions in the where clause in a
DoCmd.OpenForm instruction ??
So the "Where part of.... DoCmd.OpenForm "AltForm_A"
would look something like, , ,
"[idA] AND [idB] = " & (Me.idA) AND (Me.SubForm_B.idB)
----- Below is my simple setup ---- showing what I'm trying to do.
1 - I have 2 tables...tblA and tblB
2 - While looking at... MainForm_A with SubForm_B
3 - Double click on a record in SubForm_B
4 - and open AltForm_A with AltSubForm_B - a form with a different
view of the same data
Thanks for any help with this.
Mel
DoCmd.OpenForm instruction ??
So the "Where part of.... DoCmd.OpenForm "AltForm_A"
would look something like, , ,
"[idA] AND [idB] = " & (Me.idA) AND (Me.SubForm_B.idB)
----- Below is my simple setup ---- showing what I'm trying to do.
1 - I have 2 tables...tblA and tblB
2 - While looking at... MainForm_A with SubForm_B
3 - Double click on a record in SubForm_B
4 - and open AltForm_A with AltSubForm_B - a form with a different
view of the same data
Thanks for any help with this.
Mel