Why does ms access form I recently added a button for me.allowedits = true and on current I set the vb code to me.allowedits = false interfering with my duplicate macro button returning a pop up message the command or action 'paste isn't available now. In ms access 2019
Why does ms access form I recently added a button for me.allowedits = true and on current I set the vb code to me.allowedits = false interfering with my duplicate macro button returning a pop up message the command or action 'paste isn't available now. In ms access 2019
I have set my main form to Maximize On Activate.
I have set the forms to Pop Up Yes
Now I have issues with opening the queries, The queries are maximizing
forcing me to close the entire database and open again.
Kindly how can I sort this?
I have this code that opens a datasheet form
DoCmd.OpenForm "ACCOUNT_TYPE_DATA_FORM", acViewForm, , "[ACCOUNT_TYPE] = '" & Me.ACCOUNT_TYPE & "'"
How do I add , acFormDS, at the end.
Because I have tried I almost panicked.