Automatically view the latest records for a form by using Visual Basic
Automatically view the latest records for a form by using Visual Basic
Create a Visual Basic procedure.
How
?
Add the
Requery
method to the procedure for the form or
control
whose records you want to update. For example, to view the latest records in a combo box called CategoryID, add the following method to the procedure:
CategoryID.Requery
Run the procedure.
How
?
For more information about the
Requery
method, click
.
Send feedback
to MSDN.
Look here
for MSDN Online resources.