Search results

  1. motoxracer400f

    AutoNumber (Using Numbers and Letters)

    Hi everyone, I have a program that I have created in Access 2007 that stores all of our drawing numbers with a letter following the number to cover the revision level. For the longest time I've been wanting to add an auto number button on the form so that I don't have to find the last record...
  2. motoxracer400f

    Creating an AutoNumber Button

    Hi everyone! I've created a form that populates data from my main table. I am trying to create an AutoNumber button that basically finds the last record in my table and then starts a new record following that number. The problem is that the main index column that I am trying to search is not...
  3. motoxracer400f

    Stamping a New Record with the Current User Name Only Once??

    Hi, I am using the the following code to get the windows user name: Private Declare Function apiGetUserName Lib "advapi32.dll" Alias _ "GetUserNameA" (ByVal lpBuffer As String, nSize As Long) As Long Function fOSUserName() As String ' Returns the network login name Dim lngLen As...
  4. motoxracer400f

    Code Not Working??? Someone Please Help????

    :confused:It seems that no matter what code (expression) I apply, my form doesn't change. Is there some kind of link or key command I need to specify or set to execute these commands I am typing in the visual basics editor. I used the form wizard to create a form that populates combo list...
  5. motoxracer400f

    Enabling Text Boxes Problem????? Please Help??

    :confused: Hi, I've used Visual Basics in the past and havn't had to many problems, but I am using Acess 2007 and am bit new to it and I just can't get this darn thing to work. Can someone please help me? Here's the problem: I have a form with a combo box and many text fields on it. There...
Back
Top Bottom