S sree Registered User. Local time Today, 11:26 Joined Mar 25, 2009 Messages 17 Mar 31, 2009 #1 Is there any way to restrict the form through password not to enter into design view and make changes ?
Is there any way to restrict the form through password not to enter into design view and make changes ?
boblarson Smeghead Local time Today, 11:26 Joined Jan 12, 2001 Messages 32,040 Mar 31, 2009 #2 An easier way is to just create an MDE (or ACCDE if on 2007) as nobody can go into design view on forms, reports, macros, or modules there.
An easier way is to just create an MDE (or ACCDE if on 2007) as nobody can go into design view on forms, reports, macros, or modules there.
S sree Registered User. Local time Today, 11:26 Joined Mar 25, 2009 Messages 17 Mar 31, 2009 #3 I tried to create accde in 2007, but shows the message like "unable to create .accede, .mde, or .ade file". So what to do ? help me Thanks
I tried to create accde in 2007, but shows the message like "unable to create .accede, .mde, or .ade file". So what to do ? help me Thanks
boblarson Smeghead Local time Today, 11:26 Joined Jan 12, 2001 Messages 32,040 Mar 31, 2009 #4 sree said: I tried to create accde in 2007, but shows the message like "unable to create .accede, .mde, or .ade file". So what to do ? help me Thanks Click to expand... Sounds like you need to do a "Compile" first do remove any errors. Go to the VBA window and then up to DEBUG > COMPILE and select that. Fix any errors until when you do that it just does it and gives you no error messages.
sree said: I tried to create accde in 2007, but shows the message like "unable to create .accede, .mde, or .ade file". So what to do ? help me Thanks Click to expand... Sounds like you need to do a "Compile" first do remove any errors. Go to the VBA window and then up to DEBUG > COMPILE and select that. Fix any errors until when you do that it just does it and gives you no error messages.