It is now working. I swear I checked four or five times to make sure my forms were not locked and they were all fine. I am sure it must be a PICNIC error.
Thank you!
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 =...
I have a "Search" form that I am using to search through a query in a list box of all of my Customers. Once the record that I am wanting to view comes up I highlight it and click a "View" button to bring up another form with the customers full record. When this form is open I am able to update...
I am a very new user of Access located in the US. I have attended a few training session, but still have a LOT to learn. I am currently working to create a DB for our subscription service. I have lots of questions. Very grateful to have found this forum.