|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Can't find login formstwo customized login forms. The first one appears when the db is opened and has three radio buttons and a command button for the different types of users. the next form asks for the users username and password. Here's the problem. There's only one form in the database---the main application form that shows up after users login. I can't find the login forms or the code associated with them. The reason I need to examine this is that some people are having problems and others aren't and I suspect it has to do with the different login groups. There are no forms listed in the startup menu. Does anyone know where I can find out more about these startup forms? -- Billy Rogers Dallas,TX Currently Using SQL Server 2000, Office 2000 and Office 2003 BillyRogers wrote:
Show quoteHide quote > I've inherited maintenance responsibility for an Access application Go to Tools - Options - View and check the boxes that allow you to see hidden > that has two customized login forms. The first one appears when the > db is opened and has three radio buttons and a command button for the > different types of users. the next form asks for the users username > and password. > > Here's the problem. There's only one form in the database---the main > application form that shows up after users login. > > I can't find the login forms or the code associated with them. The > reason I need to examine this is that some people are having problems > and others aren't and I suspect it has to do with the different login > groups. > > There are no forms listed in the startup menu. > > Does anyone know where I can find out more about these startup forms? and system objects. Do you see the forms then? It is also possible that the forms come from an Add-In or code referenced file rather than the file you are actually running. Check the Add-Ins list and or open a code window and look at Tools - References. Also you could actually be opening a starter app that provides the login forms, launches the real app, and then closes itself. Do you have to use a specific shortcut to launch your app or can you just double-click the file? -- Rick Brandt, Microsoft Access MVP Email (as appropriate) to... RBrandt at Hunter dot com Thanks Rick,
They were hidden. -- Show quoteHide quoteBilly Rogers Dallas,TX Currently Using SQL Server 2000, Office 2000 and Office 2003 "Rick Brandt" wrote: > BillyRogers wrote: > > I've inherited maintenance responsibility for an Access application > > that has two customized login forms. The first one appears when the > > db is opened and has three radio buttons and a command button for the > > different types of users. the next form asks for the users username > > and password. > > > > Here's the problem. There's only one form in the database---the main > > application form that shows up after users login. > > > > I can't find the login forms or the code associated with them. The > > reason I need to examine this is that some people are having problems > > and others aren't and I suspect it has to do with the different login > > groups. > > > > There are no forms listed in the startup menu. > > > > Does anyone know where I can find out more about these startup forms? > > Go to Tools - Options - View and check the boxes that allow you to see hidden > and system objects. Do you see the forms then? > > It is also possible that the forms come from an Add-In or code referenced file > rather than the file you are actually running. Check the Add-Ins list and or > open a code window and look at Tools - References. > > Also you could actually be opening a starter app that provides the login forms, > launches the real app, and then closes itself. Do you have to use a specific > shortcut to launch your app or can you just double-click the file? > > > -- > Rick Brandt, Microsoft Access MVP > Email (as appropriate) to... > RBrandt at Hunter dot com > > > > > I don't understand how the inital form get loaded automatically. It's not
listed unter the Tools,Startup menu option. Have any idea? -- Show quoteHide quoteBilly Rogers Dallas,TX Currently Using SQL Server 2000, Office 2000 and Office 2003 "BillyRogers" wrote: > Thanks Rick, > > They were hidden. > -- > Billy Rogers > > Dallas,TX > > Currently Using SQL Server 2000, Office 2000 and Office 2003 > > > "Rick Brandt" wrote: > > > BillyRogers wrote: > > > I've inherited maintenance responsibility for an Access application > > > that has two customized login forms. The first one appears when the > > > db is opened and has three radio buttons and a command button for the > > > different types of users. the next form asks for the users username > > > and password. > > > > > > Here's the problem. There's only one form in the database---the main > > > application form that shows up after users login. > > > > > > I can't find the login forms or the code associated with them. The > > > reason I need to examine this is that some people are having problems > > > and others aren't and I suspect it has to do with the different login > > > groups. > > > > > > There are no forms listed in the startup menu. > > > > > > Does anyone know where I can find out more about these startup forms? > > > > Go to Tools - Options - View and check the boxes that allow you to see hidden > > and system objects. Do you see the forms then? > > > > It is also possible that the forms come from an Add-In or code referenced file > > rather than the file you are actually running. Check the Add-Ins list and or > > open a code window and look at Tools - References. > > > > Also you could actually be opening a starter app that provides the login forms, > > launches the real app, and then closes itself. Do you have to use a specific > > shortcut to launch your app or can you just double-click the file? > > > > > > -- > > Rick Brandt, Microsoft Access MVP > > Email (as appropriate) to... > > RBrandt at Hunter dot com > > > > > > > > > > Is some other form being called by the Startup options? Is there and
AutoExec Macro that opens a form? Show quoteHide quote "BillyRogers" <BillyRog***@discussions.microsoft.com> wrote in message news:8AADE85E-BB35-432D-A53A-41D91E080078@microsoft.com... >I don't understand how the inital form get loaded automatically. It's not > listed unter the Tools,Startup menu option. Have any idea? > -- > Billy Rogers > > Dallas,TX > > Currently Using SQL Server 2000, Office 2000 and Office 2003 > > > "BillyRogers" wrote: > >> Thanks Rick, >> >> They were hidden. >> -- >> Billy Rogers >> >> Dallas,TX >> >> Currently Using SQL Server 2000, Office 2000 and Office 2003 >> >> >> "Rick Brandt" wrote: >> >> > BillyRogers wrote: >> > > I've inherited maintenance responsibility for an Access application >> > > that has two customized login forms. The first one appears when the >> > > db is opened and has three radio buttons and a command button for the >> > > different types of users. the next form asks for the users username >> > > and password. >> > > >> > > Here's the problem. There's only one form in the database---the main >> > > application form that shows up after users login. >> > > >> > > I can't find the login forms or the code associated with them. The >> > > reason I need to examine this is that some people are having problems >> > > and others aren't and I suspect it has to do with the different login >> > > groups. >> > > >> > > There are no forms listed in the startup menu. >> > > >> > > Does anyone know where I can find out more about these startup forms? >> > >> > Go to Tools - Options - View and check the boxes that allow you to see >> > hidden >> > and system objects. Do you see the forms then? >> > >> > It is also possible that the forms come from an Add-In or code >> > referenced file >> > rather than the file you are actually running. Check the Add-Ins list >> > and or >> > open a code window and look at Tools - References. >> > >> > Also you could actually be opening a starter app that provides the >> > login forms, >> > launches the real app, and then closes itself. Do you have to use a >> > specific >> > shortcut to launch your app or can you just double-click the file? >> > >> > >> > -- >> > Rick Brandt, Microsoft Access MVP >> > Email (as appropriate) to... >> > RBrandt at Hunter dot com >> > >> > >> > >> > >> > Yes, there is an autoexec macro.
Thanks Lynn -- Show quoteHide quoteBilly Rogers Dallas,TX Currently Using SQL Server 2000, Office 2000 and Office 2003 "Lynn Trapp" wrote: > Is some other form being called by the Startup options? Is there and > AutoExec Macro that opens a form? > > -- > > Lynn Trapp > Microsoft MVP (Access) > www.ltcomputerdesigns.com > > > "BillyRogers" <BillyRog***@discussions.microsoft.com> wrote in message > news:8AADE85E-BB35-432D-A53A-41D91E080078@microsoft.com... > >I don't understand how the inital form get loaded automatically. It's not > > listed unter the Tools,Startup menu option. Have any idea? > > -- > > Billy Rogers > > > > Dallas,TX > > > > Currently Using SQL Server 2000, Office 2000 and Office 2003 > > > > > > "BillyRogers" wrote: > > > >> Thanks Rick, > >> > >> They were hidden. > >> -- > >> Billy Rogers > >> > >> Dallas,TX > >> > >> Currently Using SQL Server 2000, Office 2000 and Office 2003 > >> > >> > >> "Rick Brandt" wrote: > >> > >> > BillyRogers wrote: > >> > > I've inherited maintenance responsibility for an Access application > >> > > that has two customized login forms. The first one appears when the > >> > > db is opened and has three radio buttons and a command button for the > >> > > different types of users. the next form asks for the users username > >> > > and password. > >> > > > >> > > Here's the problem. There's only one form in the database---the main > >> > > application form that shows up after users login. > >> > > > >> > > I can't find the login forms or the code associated with them. The > >> > > reason I need to examine this is that some people are having problems > >> > > and others aren't and I suspect it has to do with the different login > >> > > groups. > >> > > > >> > > There are no forms listed in the startup menu. > >> > > > >> > > Does anyone know where I can find out more about these startup forms? > >> > > >> > Go to Tools - Options - View and check the boxes that allow you to see > >> > hidden > >> > and system objects. Do you see the forms then? > >> > > >> > It is also possible that the forms come from an Add-In or code > >> > referenced file > >> > rather than the file you are actually running. Check the Add-Ins list > >> > and or > >> > open a code window and look at Tools - References. > >> > > >> > Also you could actually be opening a starter app that provides the > >> > login forms, > >> > launches the real app, and then closes itself. Do you have to use a > >> > specific > >> > shortcut to launch your app or can you just double-click the file? > >> > > >> > > >> > -- > >> > Rick Brandt, Microsoft Access MVP > >> > Email (as appropriate) to... > >> > RBrandt at Hunter dot com > >> > > >> > > >> > > >> > > >> > > > > You are very welcome.
Show quoteHide quote "BillyRogers" <BillyRog***@discussions.microsoft.com> wrote in message news:5814E9C1-6CC7-4C55-81AB-0DECF4879F14@microsoft.com... > Yes, there is an autoexec macro. > > Thanks Lynn > -- > Billy Rogers > > Dallas,TX > > Currently Using SQL Server 2000, Office 2000 and Office 2003 > > > "Lynn Trapp" wrote: > >> Is some other form being called by the Startup options? Is there and >> AutoExec Macro that opens a form? >> >> -- >> >> Lynn Trapp >> Microsoft MVP (Access) >> www.ltcomputerdesigns.com >> >> >> "BillyRogers" <BillyRog***@discussions.microsoft.com> wrote in message >> news:8AADE85E-BB35-432D-A53A-41D91E080078@microsoft.com... >> >I don't understand how the inital form get loaded automatically. It's >> >not >> > listed unter the Tools,Startup menu option. Have any idea? >> > -- >> > Billy Rogers >> > >> > Dallas,TX >> > >> > Currently Using SQL Server 2000, Office 2000 and Office 2003 >> > >> > >> > "BillyRogers" wrote: >> > >> >> Thanks Rick, >> >> >> >> They were hidden. >> >> -- >> >> Billy Rogers >> >> >> >> Dallas,TX >> >> >> >> Currently Using SQL Server 2000, Office 2000 and Office 2003 >> >> >> >> >> >> "Rick Brandt" wrote: >> >> >> >> > BillyRogers wrote: >> >> > > I've inherited maintenance responsibility for an Access >> >> > > application >> >> > > that has two customized login forms. The first one appears when >> >> > > the >> >> > > db is opened and has three radio buttons and a command button for >> >> > > the >> >> > > different types of users. the next form asks for the users >> >> > > username >> >> > > and password. >> >> > > >> >> > > Here's the problem. There's only one form in the database---the >> >> > > main >> >> > > application form that shows up after users login. >> >> > > >> >> > > I can't find the login forms or the code associated with them. >> >> > > The >> >> > > reason I need to examine this is that some people are having >> >> > > problems >> >> > > and others aren't and I suspect it has to do with the different >> >> > > login >> >> > > groups. >> >> > > >> >> > > There are no forms listed in the startup menu. >> >> > > >> >> > > Does anyone know where I can find out more about these startup >> >> > > forms? >> >> > >> >> > Go to Tools - Options - View and check the boxes that allow you to >> >> > see >> >> > hidden >> >> > and system objects. Do you see the forms then? >> >> > >> >> > It is also possible that the forms come from an Add-In or code >> >> > referenced file >> >> > rather than the file you are actually running. Check the Add-Ins >> >> > list >> >> > and or >> >> > open a code window and look at Tools - References. >> >> > >> >> > Also you could actually be opening a starter app that provides the >> >> > login forms, >> >> > launches the real app, and then closes itself. Do you have to use a >> >> > specific >> >> > shortcut to launch your app or can you just double-click the file? >> >> > >> >> > >> >> > -- >> >> > Rick Brandt, Microsoft Access MVP >> >> > Email (as appropriate) to... >> >> > RBrandt at Hunter dot com >> >> > >> >> > >> >> > >> >> > >> >> > >> >> >>
permissions to delete MSysObjects
Shared mdw user level security Disable Shift Key in Access 2007? no permissions for any users Copy Forms and Tables from Secure DB to other Secure DB MDE, Linked Tables, and Workgroup file questions Folder security set up Log In Can I Set permissions for a .mdb using Windows login? |
|||||||||||||||||||||||