G
Guest
Hi. I have used the following code to try and change the AllowDeletions
property to true:
If Me!txtpass = "pass" Then
DoCmd.Close acForm, "frmrtnpass"
Forms!sbfrmTransactionDetails.AllowDeletions = True
When I run it, an error occurs telling me that it doesn't recognise the
subform. But I have checked and it does exist, I even tested it by
docmd.openform "sbfrmTransactionDetails"
I want the code to grant the user to be able to delete records...
Any help is appreciated.
Thanks
property to true:
If Me!txtpass = "pass" Then
DoCmd.Close acForm, "frmrtnpass"
Forms!sbfrmTransactionDetails.AllowDeletions = True
When I run it, an error occurs telling me that it doesn't recognise the
subform. But I have checked and it does exist, I even tested it by
docmd.openform "sbfrmTransactionDetails"
I want the code to grant the user to be able to delete records...
Any help is appreciated.
Thanks