I am using a button to open a specific record from a listbox. The main form is editable, but my subforms are locked. This is the code I am using to open the form.
Private Sub View_Click()
Dim SelectedProfileID As String
Dim SelectedCustomer As String
SelectedProfileID =...