Aug 21, 2007 #1 dpimental Programmer Jul 23, 2002 535 US Has anyone ever done a conditonal locking / disabling of text box controls on a continuous form. in other words ... if duedate != "" then duedate.Enabled = False or if duedate != "" then duedate.Locked = True David Pimental (US, Oh)
Has anyone ever done a conditonal locking / disabling of text box controls on a continuous form. in other words ... if duedate != "" then duedate.Enabled = False or if duedate != "" then duedate.Locked = True David Pimental (US, Oh)
Aug 21, 2007 #2 Remou Technical User Sep 30, 2002 13,030 BE You can use Conditonal Formatting to enable / disable controls. Choose Expression Is. Upvote 0 Downvote
Aug 21, 2007 Thread starter #3 dpimental Programmer Jul 23, 2002 535 US I know this sounds stupid; but how? I only see formatting of controls options? David Pimental (US, Oh) Upvote 0 Downvote
I know this sounds stupid; but how? I only see formatting of controls options? David Pimental (US, Oh)
Aug 21, 2007 #4 Remou Technical User Sep 30, 2002 13,030 BE Its a bit awkward. Click on a control in design view and then look on the Format menu. Upvote 0 Downvote