Forum Discussion
Arunkj
Apr 10, 2023Copper Contributor
Unlock locked fields in MS Access
Hi Experts, I'm new to MS access. I've a file which I need to use as an input for my development work. I would like to know how I can edit the form in the file to update the required values. Pl...
arnel_gp
Apr 10, 2023Steel Contributor
try to bring your form in Design view and click on one of the textbox.
on Property Sheet->Data, set to:
Enabled = Yes
Locked = No
on Property Sheet->Data, set to:
Enabled = Yes
Locked = No
- ArunkjApr 12, 2023Copper ContributorHi Arnel, could you please help me with my follow-up query?
- ArunkjApr 10, 2023Copper Contributor
Hi arnel_gp,
Thank you so much. It helped.
However after changing the filepath, while I try to get data, it is throwing a strange error.
The filepath in the error pop-up is preceded with a documents folder path to the filepath I have mentioned in the fields.
Is there a default database path which I need to correct to resolve this issue?