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
Access 2007 Error on Program Start
MSI Compatibility Issue on Windows Server 2008
Access database file size increase constantly...
Exchange Server 2003 SMTP Problems
Requery needed when adding records, but not when Editing - causes problem with Continuous form used to select records
WSUS Connection Error
How to type a character string using a shortcut key in VBA.
"An unexpected error has occurred."
[http error 400 - request is badly formed] appears randomly in .net application
How do I add a ComboBox to a C# Datagridview only in a particular cell? Not the whole column.