Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Forms / May 2008

Tip: Looking for answers? Try searching our database.

Refresh

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
JennKriv - 20 May 2008 16:42 GMT
I have a command button on my "PO" form that opens a projects form. I want my
PO form to be automatically updated when the projects form i closed so that I
don't have to close then re-open the form. The info that I want refreshed is
in the detail subform. And the refresh wizard button does not work quite
right. What coding would be needed and where?
Jeanette Cunningham - 20 May 2008 23:59 GMT
JennKriv,
try saving the PO form before opening the projects form.
Code the click event of the button that opens the project form something
like this

If Me.Dirty = True Then
   Me.Dirty = False
End If
DoCmd.OpenForm "NameOfProjectForm"

Jeanette Cunningham -- Melbourne Victoria Australia

>I have a command button on my "PO" form that opens a projects form. I want
>my
[quoted text clipped - 4 lines]
> in the detail subform. And the refresh wizard button does not work quite
> right. What coding would be needed and where?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.