Answer by
Jalan (32)
VBA is a programming language, based on Visual Basic, and it can be used to send or receive emails, assuming an email server is available. To receive an email in MS Access, a VBA module would need to be invoked to connect to the email server, perhaps during the FORM_LOAD event when a form is shown.