Microsoft Access - don't find newly created form in VBA Project Explorer

115 views Asked by At

I am new to MS-Access / VBA (inherited an old project). I just created a form with buttons and text boxes etc. I was expecting it to appear in the VBA project explorer window, but it doesn't. I need to add code for click events and form_load etc using VBA. In the Access UI, I can select a click event, but that leads to some sort of weird macro builder GUI and not the standard VBA editor. Image here

I also tried looking for hidden forms and also tried restarting Access.

1

There are 1 answers

1
Rent On

Olivier Jacot-Descombes answer that the form must be in Design View (not Layout view) worked for me and resolved the issue.