Data Entry Property
From: Julian Cropley (anonymous_at_discussions.microsoft.com)
Date: 03/12/04
- Next message: John Spencer (MVP): "Re: Basic & Simple, but I'm stuck! STILL!"
- Previous message: Graham Mandeno: "Re: Aging Function"
- In reply to: Steve: "Data Entry Property"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 11 Mar 2004 16:18:32 -0800
>-----Original Message-----
>Can you set a form's Data Entry Property
>programmatically? Thanks
>.
Yes. Just use
Me.DataEntry=true
or
Me.DataEntry=false
in any of the forms events code or elsewhere use
forms("frmName").dataentry=true
or
forms("frmName").dataentry=false
- Next message: John Spencer (MVP): "Re: Basic & Simple, but I'm stuck! STILL!"
- Previous message: Graham Mandeno: "Re: Aging Function"
- In reply to: Steve: "Data Entry Property"
- Messages sorted by: [ date ] [ thread ]