matt beamish
Registered User.
- Local time
- Today, 17:57
- Joined
- Sep 21, 2000
- Messages
- 215
Ive just read this on [URL="http://office.microsoft.com/en-us/access/HA012262761033.aspx"/URL]
Thanks.
Im using 2003, and trying to find a method to Update a Main Form on which lie various DLookup and DSum Text Boxes, after inputs on a SubForm. I have tried running Macros but get error messages, and have tried running Code and also got error messages.
Thanks
Matt
Can anyone explain to me in very simple language, the difference betweenIf you want to requery a control that isn't on the active object, you must use the Requery method in a Visual Basic for Applications (VBA) module, not the Requery action or its corresponding Requery method of the DoCmd object. The Requery method in VBA is faster than the Requery action or the DoCmd.Requery method. In addition, when you use the Requery action or the DoCmd.Requery method, Microsoft Office Access 2007 closes the query and reloads it from the database, but when you use the Requery method, Access reruns the query without closing and reloading it. Note that the ActiveX Data Object (ADO) Requery method works the same way as the Access Requery method.
andRequery method in VBA
?DoCmd.Requery method
Thanks.
Im using 2003, and trying to find a method to Update a Main Form on which lie various DLookup and DSum Text Boxes, after inputs on a SubForm. I have tried running Macros but get error messages, and have tried running Code and also got error messages.
Thanks
Matt