Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by dsmart16

  1. dsmart16

    Exporting a table through a command button on a form

    Help, Hi there, I'd like to be able to export a table by clicking on a button that is on one of my forms. Here's what I have: tblSurveillance frmReports cmdExportTable Exported Tables (a folder on my hard drive) SurveillanceExported.mdb (a blank database in the Exported tables folder So I am...
  2. dsmart16

    how to have a form appear for a few seconds then open another

    Help, Hi there I'd like to have a form open (frmStart). I would like to have it appear for a few seconds then go to a second form (frmLogOn) without having to click on anything. I think it may even be called a "Splash Screen". So frmStart opens for 4 seconds, then closes, opens frmLogOn...
  3. dsmart16

    How to disable the right click

    Help, Hi there, I'd like to know if it is possible to be able to disable/change the options for the right click. Thanks, Dave
  4. dsmart16

    Using the info on multiple forms through public declaration

    Thank you for your response, I'm just not sure where to find the 'standard code module'. It appears to me that anytime I try to enter in code I am on one of my forms. Thanks, Dave
  5. dsmart16

    Using the info on multiple forms through public declaration

    Help, Hi there, I'm having difficulty figuring this one out. Here's what I'm trying to do, I have the opening form (frmLogon). Now the user will enter in their username into (txtUsername) and their password into (txtPassword). Then the user clicks on (cmdLogon). When clicked, my code...
  6. dsmart16

    How to store information on one form to use on another form

    Help, Hi there - I am using a log on form as my opening form for the database. I have a table that has a list of usernames, passwords, and usertype. There are 3 different usertypes (FullControl, FormsReports, & ReportsOnly) I am using the usertype to determine what command buttons the user...
  7. dsmart16

    How to have a form load when the database opens

    Help, Hi there - I feel kind of foolish ... I can't seem to remember where the setting is so I can have a specific form load up when the database is opened. The form that I want to have open is called frmLogOn Thanks for all the help, Dave
  8. dsmart16

    Creating a username and password to log on

    Help, Hi there, I'd like to setup my database to have a username and password as the opening screen. Once the user enters a proper username and password they will then allow them in and to specific information. I have created a table that stores the Username, Password, and the UserType...
  9. dsmart16

    Determining what the week number is

    Help, Hi there, is there a formula that figures out what the week number is based on a date that the user enters I've got two text boxes txtDate txtWeekNumber When the user enters in the date, I want the week number to automatically display ... if possible. Thanks Dave
  10. dsmart16

    Adding a toolbar to a form

    Great, thanks
  11. dsmart16

    Maximizing forms - how do the forms load maxed?

    Help, I'd like to know how I can set to have the forms loaded maximized. Any help would be greatly appreciated. Thanks, Dave
  12. dsmart16

    Adding a toolbar to a form

    Help, I'd like it if the users of this database could use a toolbar on their form. for example, when they open the database and a form automatically loads I'd like that form to have a toolbar on the form, similar to File, Edit, View, etc. Any ideas? Thanks, Dave

Part and Inventory Search

Back
Top