G
Guest
Hi I know there have been a million and one threads about requerying forms,
sub forms and tabs, but I can't seem to get mine working.
I have a main menu form called Main_Menu_Tabbed for which I have a tab
called Phone_Log, within Phone_Log is another tabbed sub form which contains
8 names of the people who each have a telephon log. On the Phone_Log there is
a button called Enter New Form which takes you to a data entry form where you
enter details of the telephone call received.
On the close form buton of the data entry page I have added the code
Forms![Main_Menu_Tabbed]![Phone_Log_Main_Menu].Requery
So that when I go into the individual's phone log, the call just entered
will be there, but this doesn't seem to be working. Any suggestions? Should I
place the code somewhere else? I have tried various places but none seem to
work.
Thanks in advance.
sub forms and tabs, but I can't seem to get mine working.
I have a main menu form called Main_Menu_Tabbed for which I have a tab
called Phone_Log, within Phone_Log is another tabbed sub form which contains
8 names of the people who each have a telephon log. On the Phone_Log there is
a button called Enter New Form which takes you to a data entry form where you
enter details of the telephone call received.
On the close form buton of the data entry page I have added the code
Forms![Main_Menu_Tabbed]![Phone_Log_Main_Menu].Requery
So that when I go into the individual's phone log, the call just entered
will be there, but this doesn't seem to be working. Any suggestions? Should I
place the code somewhere else? I have tried various places but none seem to
work.
Thanks in advance.