Form Edit Problem

  • Thread starter Thread starter kbrad28
  • Start date Start date
K

kbrad28

I am currently working on a recipe database and I have a form that has a
subform that allows the quantity, comments, and ingredient of the recipes. My
question is this I have create an "Edit Record" button and it works fine
except that it locks me out of my subform even after numorous clicks on the
Edit button. Can some tell me how to create a command button that will make
the form editable, as well as, the subform. Thanks in advance

kbrad28
 
Vantastic said:
try this in your edit code

form.allowedits = true
I am currently working on a recipe database and I have a form that has a
subform that allows the quantity, comments, and ingredient of the recipes. My
[quoted text clipped - 4 lines]

Thanks for your fast response I will give this a try and I will let you know
if I can get it to work. Thanks Again!!!!

kbrad28
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top