Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Refreshing a split form is not working

Status
Not open for further replies.

Pack10

Programmer
Feb 3, 2010
495
US
I have a split form that is filtered where the the user selects a record to update a status. This opens a form with all the fields. When the status in the record changes, it should not be listed in the split form (grid) anymore, but I cant seem to get the refresh or requery to work right;

Now, the split form has a command button that does a me.requery
and that works fine....what I want is after the record is updated with the new status, I dont want to see it in the split form grid.
 
I put in the form activate property me.requery and it
seems to have solved the issue.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top