View Full Version : open form command button


alxj
12-16-2000, 07:31 AM
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
12-17-2000, 10:52 PM
You can set the origin form2 as a query that select records using:
[Field1] = Forms![form1]![field1]
[Field2] = Forms![form2]![field2]

Bye, S.