Requery issue : Application closes on form.requery....

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
This is the line where my application (a converted application from ms
access 97 to 2003) closes down.

Me.Parent![e2].Requery

In the command click event, where e2 is the sub form.

Strangely, it works fine in Access 97 version.

Can somebody help me.

Thanks in advance.
 
Hmmm...
Try Me.Parent![e2].FORM.Requery

Hi,
This is the line where my application (a converted application from ms
access 97 to 2003) closes down.

Me.Parent![e2].Requery

In the command click event, where e2 is the sub form.

Strangely, it works fine in Access 97 version.

Can somebody help me.

Thanks in advance.
 
Hi RG,

Thank you for the update, I tried it, but it didn't work.
Please suggest.

regards,
Surya

--
Suryanarayana Bollapragada


ruralguy via AccessMonster.com said:
Hmmm...
Try Me.Parent![e2].FORM.Requery

Hi,
This is the line where my application (a converted application from ms
access 97 to 2003) closes down.

Me.Parent![e2].Requery

In the command click event, where e2 is the sub form.

Strangely, it works fine in Access 97 version.

Can somebody help me.

Thanks in advance.

--
HTH - RuralGuy (RG for short) acXP WinXP Pro
Please post back to this forum so all may benefit.

Message posted via AccessMonster.com
 
Are you getting an error? If so, what is it? I take it [e2] is another
SubForm of your Parent form other than the SubForm you are executing from.
Hi RG,

Thank you for the update, I tried it, but it didn't work.
Please suggest.

regards,
Surya
Hmmm...
Try Me.Parent![e2].FORM.Requery
[quoted text clipped - 12 lines]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top