Microsoft
Software
Hardware
Network
Question : Form update in Access 2007
Hi I have a form with command buttons to send reports via email etc. To update the forms data entry I need to exit the form and reopen it for the data to propagate to the report to email. This requires keystrokes is there an "update command" I can place on the form instead of existing the form. Thnks for your help
Answer : Form update in Access 2007
Depending upon what you need to update, there are three statements:
Me.Repaint 'Redraws the screen.
Me.Refresh 'Refreshes these items in the form that changed
Me.Requery 'Requeries the underlying table or query
Random Solutions
How do I compare values excluding spaces in MS Access SQL - Part 2
Pivot table: Add Chart Title - Dynamic by Filter
Server 2003 Audit Policy
Where are email attachments stored in windows mobile 6.5?
Progress TCP Ports Windows 2003
Comparing two Time Values in Excel
WS-Security and WSDL
How to combine VLOOKUP with SUMPRODUCT/SUMIF?
How to convert Windows Outlook .wab into Excel?
Modifying Conditional Formatting of Access Text Box on Continuous Form from VBA