I am trying to write some vba that will check if a value is between to fields, however the code below comes back with a compile error: expected then or goto after the between statement. I am using sql as a backend
Code:
If Forms!frmLeads!frmLeadsSubForm.Form!MortgageSize Is Between Forms!frmTest!Betwee" And Forms!frmTest!End Then