Dave Eyley
Registered User.
- Local time
- Today, 11:56
- Joined
- Sep 5, 2002
- Messages
- 254
Has anybody had this problem with Requery?
I have used this so many times in databases and had no problem, but in Access 2010, apart from other buggy issues, the requery won't work properly.
This is what's its doing -
1. Open Main form with subform containg records in continuous form.
2. Clicking on a record in the subform opens a pop-up form with the relevant record for editing.
3. Use either of the requery commands below on the OnClose of the popup form.
Forms!MainForm!MainSub.Form.Requery
Forms!Main!MainSub.Requery
4. The subform doesn't requery.
But if I open the pop up form again and close it immediately without making any changes, it does update the sub form...it seems to take 2 hits to requery...
It's very strange... anybody else had this problem?
I have used this so many times in databases and had no problem, but in Access 2010, apart from other buggy issues, the requery won't work properly.
This is what's its doing -
1. Open Main form with subform containg records in continuous form.
2. Clicking on a record in the subform opens a pop-up form with the relevant record for editing.
3. Use either of the requery commands below on the OnClose of the popup form.
Forms!MainForm!MainSub.Form.Requery
Forms!Main!MainSub.Requery
4. The subform doesn't requery.
But if I open the pop up form again and close it immediately without making any changes, it does update the sub form...it seems to take 2 hits to requery...
It's very strange... anybody else had this problem?