On a Form, I have a button to open a different form based on the current URN displayed. The code is below:
Private Sub Button1_Click()
DoCmd.OpenForm "frm_01", , , "[Company URN] = " & Me![Company URN]
End Sub
This code works but everytime a user clicks on it, an 'Enter Paramater Box' appears...