I have a form in access 2003 that the first time you open the form the delete record button on the built in tool bar is active. If I go to another form (search form) and come back, the delete record button is inactive.
The search f orm allows you to fill in a text box and via sql returns the appropriate record back to the first form.
I added in the line
me.allowdeletions = true
but that doesn't work. Not sure how or why the delete records button no longer works. Any suggestions are welcome.
thanks lhuffst
The search f orm allows you to fill in a text box and via sql returns the appropriate record back to the first form.
I added in the line
me.allowdeletions = true
but that doesn't work. Not sure how or why the delete records button no longer works. Any suggestions are welcome.
thanks lhuffst