A alxj Registered User. Local time Today, 16:05 Joined Nov 24, 2000 Messages 36 Dec 16, 2000 #1 When you create a command button to open another form based on related items. Is it possible to have more than one set of related items i.e. Name = Name & Size = Size ? Thanks in advance Alex
When you create a command button to open another form based on related items. Is it possible to have more than one set of related items i.e. Name = Name & Size = Size ? Thanks in advance Alex
S S Registered User. Local time Today, 17:05 Joined Feb 17, 2000 Messages 33 Dec 18, 2000 #2 You can set the origin form2 as a query that select records using: [Field1] = Forms![form1]![field1] [Field2] = Forms![form2]![field2] Bye, S.
You can set the origin form2 as a query that select records using: [Field1] = Forms![form1]![field1] [Field2] = Forms![form2]![field2] Bye, S.