PC Review


Reply
Thread Tools Rate Thread

Data Entry Property

 
 
Steve
Guest
Posts: n/a
 
      11th Mar 2004
Can you set a form's Data Entry Property
programmatically? Thanks
 
Reply With Quote
 
 
 
 
Julian Cropley
Guest
Posts: n/a
 
      12th Mar 2004

>-----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

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Data entry property & lookup =?Utf-8?B?TWFhcmty?= Microsoft Access Forms 6 18th Oct 2007 03:34 PM
Data Entry Yes/No property on the Form =?Utf-8?B?TWFydGluYQ==?= Microsoft Access Forms 0 3rd Oct 2006 05:01 PM
Data Entry Property Keeps Changing =?Utf-8?B?REJBTQ==?= Microsoft Access Forms 2 11th Feb 2005 01:55 PM
Data Entry Property brian Microsoft Access 2 4th Aug 2003 01:04 AM
Data Entry Property brian Microsoft Access VBA Modules 0 3rd Aug 2003 09:52 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:23 AM.