|
Subject:
|
run-time error '2450'
|
|
Posted By:
|
kk_sg
|
Post Date:
|
8/20/2006 3:38:05 AM
|
Hi, How do i disable certain field in another form ??? i use this command in my current form to disbable a field AddorDeleteEmployees e.g
Forms![AddorDeleteEmployees]![FirstName].Visible = False
it returns me "run-time error '2450' microsoft office access can't find the form..."
Pls kindly help.
|
|
Reply By:
|
wscheiman
|
Reply Date:
|
8/21/2006 5:15:51 AM
|
This error typically arises when the called form is not open. If you need to modify these settings without displaying the form to the user, you can run the DoCmd.OpenForm and set the WindowMode to acHidden.
Hope that helps.
|
|
Reply By:
|
kk_sg
|
Reply Date:
|
8/21/2006 10:26:48 AM
|
it's worked. Thnks.
|