Form Edit Problem

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
 
K

kbrad28 via AccessMonster.com

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
 
Top