Search results

  1. motoxracer400f

    AutoNumber (Using Numbers and Letters)

    Thanks for the quick reply and it worked!! I greatly appreciate your help!!
  2. 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...
  3. 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...
  4. motoxracer400f

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

    Thank you, that works great!!
  5. 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...
  6. motoxracer400f

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

    Thanks pbaldy, I installed the update and all my problems have been resolved! Wow what a bug!!!:)
  7. motoxracer400f

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

    I installed the SP1 update and all my problems were fixed!!!! It must have been a bug. Thanks for all your help!!!
  8. motoxracer400f

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

    I am refering to the textbox name not control source. I renamed some of them to differ from the control source name and also just changed the code to this orientation so that there wouldn't be any conflicts: Forms![Form]![Notes].Enabled = True Still nothing at all happens. I don't understand.
  9. 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...
  10. motoxracer400f

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

    Yes, all the fields still stay enabled and nothing seems to happen no matter what code I put in. I'm thinking it has something to do with me pulling the information from tables and the code doesn't see those values or something. How do I get the table information to become part of the form so...
  11. 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