G
Guest
I have a popup form using a combo box to allow selection criteria, which then
calls a form using Openform with a Wherecondition clause containing 2
conditions(year = 9999 and period = 9).This works ok.
I copied the pop up form to another pop up form and used the exact same code
to call a different form but with the exact same where condition used. In
this case the 'Enter Parameter query' box appears asking for the Year and
Period no to be entered.
The 2 called forms both use the same underlying query as the record source,
one uses the query in conjunction with another table, the other (working)
uses the source code that matches the created query.
is there something I've missed or has the copying somehow screwed up the 2nd
pop-up?
Cheers,
Steve
calls a form using Openform with a Wherecondition clause containing 2
conditions(year = 9999 and period = 9).This works ok.
I copied the pop up form to another pop up form and used the exact same code
to call a different form but with the exact same where condition used. In
this case the 'Enter Parameter query' box appears asking for the Year and
Period no to be entered.
The 2 called forms both use the same underlying query as the record source,
one uses the query in conjunction with another table, the other (working)
uses the source code that matches the created query.
is there something I've missed or has the copying somehow screwed up the 2nd
pop-up?
Cheers,
Steve