 |
Access VBA: If Form Value NULL then run query else, end if. - not doing anything - Stack Overflow
I have a piece of code that I've haphazardly written in order to run a query on_click of a form button. Private Sub Command153_Click() If Forms![form name1]![form name2]!Text143 Null Then DoCmd.OpenQuery "InsertGroup", acNormal, acEdit Else End If End Su
stackoverflow.com |
 |