-----Original Message-----
Here's the set up:
I've got a form, "batch number form", with a control on
it, "batch number box". I want to open up a form, "donor
form" that has a subform, "donor bank info form".
There's a control on the "donor bank info form"
subform, "batch number".
Here's what I want to do:
I want to be in the "batch number form", click a button
and open the "donor form" where [batch number form].
[batch number box] = [donor form].[donor bank info form].
[batch number].
Here's what I tried:
DoCmd.OpenForm "Donor Form", , , "forms![donor form]!
[Donor bank info form]![batch number]=" & "'" & Me! [batch
number box] & "'"
I get no records even though there are records that have
a batch number that's equal to what's in the batch number
bax in the batch number form.
Any ideas?
Thanks,
Boudin
.