I have a problem where i have a search bar in the header of a form and in the previous form i set this coding
DoCmd.OpenForm "formname with the search bar", acNormal, , , acFormReadOnly
I want to be able to fill in the search bar but also be able to view the form in a readonly view
is there...