
Just getting to grips with Access Forms VBA? A very popular keyword is the DoCmd object and this command calls one of several actions within the database application including how to open a form using the sub keyword OpenForm. For example, having a command button on one form to open another form called frm_RecipientForm would look like: DoCmd.OpenForm “frm_RecipientForm” On closer inspection to the above example VBA code, you will find more optional parameters (also known as arguments) that handle […]
Tags: access docmd openform, access forms vba, Forms, ms access openargs, passing values in access forms, using the openarg parameter