Search results

  1. J

    login form issue

    Currently I have a simple login for with a username textbox password textbox and a command button... I found a script on this site which uses a combo box for the username but I want the database slightly more secure than leaving the username there all the time. How can I get the username box...
  2. J

    Login Form Problem

    I'm currently having issues with my login script on my opening form... it's supposed to close the application if it gets 3 failed attempts, but it's not closing... it just keeps giving me a popup and letting me type the password again. Here's the Code: 'Check to see if data is entered into the...
  3. J

    2000 to 2003 Conversion

    I just upgrades from Access 2000 to 2003 assuming that once I converted my old database, I would get the new style command buttons... is there anything I can do to get them to work?
  4. J

    WindowsXP style command buttons

    does anyone know how I can get the Windows XP style command buttons to work in Access 2000? I'm on an actual XP pro machine and I'm sure there's an active x control somewhere... just don't know where to look
  5. J

    Stupid Message Box Question

    I'm currently trying to get a button working that will check the contents of a field for a value, and if nothing is selected I want it to prompt the user to select something. Here's my code: Private Sub Command47_Click() Dim stDocName As String Dim stLinkCriteria As String...
  6. J

    Unique combo box selection in a continuous form

    Currently I'm working on a quote form in an inventory database. The invoice form consists of a main form with the customers information and a subform which is continous and is for selecting parts. Each part has multiple serial numbers which need to be quoted individually. Basically what I...
Back
Top Bottom