Requery subform

E

Emilio

Hi,
I have a form "ScheduleInfo" with 3 subforms, one of the
subforms "JobSchedule" is bounded to a form called "Calendar".

When I make changes in the "Calendar" and close it
returning to "ScheduleInfo" the subform doesn't refresh
automatically and I have to go to another record and come
back to see the changes.

I have tried using Requery in different places with no success.

Can someone help me with this.
Thanks in advance,
Emilio
 
P

PC Datasheet

In your code to close Calendar, add the following code:
Forms!ScheduleInfo.Requery
 
G

Guest

Forms!ScheduleInfo.Requery, where would this code be placed? any help would
be appreciated!

Ryan
 
P

PC Datasheet

See my response - " In your code to close Calendar"
--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
(e-mail address removed)
www.pcdatasheet.com
 

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

Top