rudeboymcc
Registered User.
- Local time
- Today, 13:29
- Joined
- Sep 9, 2008
- Messages
- 69
Hi. I've got a split form based on a pass through query of a list of names. When the user clicks on the name, it opens up the contact details for them to edit. When they close it, I want the list of names to reflect the changes.
If I put the code to open the "details" form on the actual name as a hyperlink (so clicking on teh name will bring up the details), the datasheet will not refresh with me.requery.
However, if I click on the form header, and then press F5, the datasheet refreshes.
Why is this? It's like the datasheet half cannot refresh if it has focus.
If I put the code to open the "details" form on the actual name as a hyperlink (so clicking on teh name will bring up the details), the datasheet will not refresh with me.requery.
However, if I click on the form header, and then press F5, the datasheet refreshes.
Why is this? It's like the datasheet half cannot refresh if it has focus.