MartyConnelly
martyconnelly at shaw.ca
Fri May 2 20:53:10 CDT 2003
You can do it programmetically from outside the mdb see http://www.mvps.org/access/general/gen0040.htm Securing AllowBypassKey or menu bars etc. Note if you set the fourth argument of createproperty to true only Admin user can change This not shown in the help file. db.Properties.Delete stPropName Set prp = db.CreateProperty(stPropName, _ PropType, vPropVal, True) db.Properties.Append prp Susan Harkins wrote: > If you could someone set the Access database setting the > AllowBypassKey property before you try to open it in VB? Do you have > to disable it from inside VB? > > Susan H. > > I may be mistaken, but nothing in that code bypasses the startup > stuff. > > Drew > > > > > Does anyone know how to programmatically open an access > database in VB, bypassing the startup options? > >------------------------------------------------------------------------ > >_______________________________________________ >AccessD mailing list >AccessD at databaseadvisors.com >http://databaseadvisors.com/mailman/listinfo/accessd >Website: http://www.databaseadvisors.com > >