View Single Post
  #4  
Old April 23rd, 2010, 08:18 PM posted to microsoft.public.access.forms
Jeff Boyce
external usenet poster
 
Posts: 8,621
Default Requerying data on differnet tab

I'm confused ...

What is the name of the form you wish to requery?

(by the way, if this code is, as it appears, behind a control on a form, the
Access 'shortcut' for saying "the form I'm in right now" is:

Me.Requery

Good luck!

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.

"szag via AccessMonster.com" u2885@uwe wrote in message
news:a6f89700f6ce3@uwe...
Get an Object doesn't support this property or method error...

Private Sub cboxJobNo_Exit(Cancel As Integer)
Forms.[F_Jobs].[F_JobsQuote].Form.Requery
End Sub




Jeff Boyce wrote:
Care to post the code?

Regards

Jeff Boyce
Microsoft Access MVP

I have looked through other posts but can't seem to get this to work:

[quoted text clipped - 11 lines]
the
this F_JobsQuote form each time a different selection is made on
cboxJobs.


--
Message posted via http://www.accessmonster.com