associates
Registered User.
- Local time
- Today, 02:33
- Joined
- Jan 5, 2006
- Messages
- 94
Hi,
I was wondering if I could get some help with Access form.
What I was trying to do is to disable a control on a subform but with no success. So the VBA code I use is
[Forms]![BookOrder]![myBook Order Details].Form!status.Enabled = False
where: "myBook Order Details" as a subform resides on the main form "BookOrder".
When I run this, I got an error with the message "Microsoft Access can't find the field 'myBook Order Details' referred to in your expression". I wonder what I have missed out.
Any help would be greatly appreciated. BTW, I use microsoft access 2010.
Thank you
I was wondering if I could get some help with Access form.
What I was trying to do is to disable a control on a subform but with no success. So the VBA code I use is
[Forms]![BookOrder]![myBook Order Details].Form!status.Enabled = False
where: "myBook Order Details" as a subform resides on the main form "BookOrder".
When I run this, I got an error with the message "Microsoft Access can't find the field 'myBook Order Details' referred to in your expression". I wonder what I have missed out.
Any help would be greatly appreciated. BTW, I use microsoft access 2010.
Thank you