Results 1 to 2 of 2
  1. #1
    everette is offline Novice
    Windows Vista Access 2007
    Join Date
    Oct 2010
    Posts
    17

    Need some help with simple VBA Thanks

    I have a piece of code that works on one computer and will not work on another computer.

    Private Sub Label24_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)

    Me.Txtholder.Value = Null

    Me.Txtholder.Value = Me.PROJECTID

    If Len(Nz([Txtholder], "")) = 0 Then MsgBox "There Is No Project Associated With This ToDo" Else


    End Sub




    The part that does not work is Txtholder.Value=Me.PROJECTID.
    I'm really a rookie at this. Will be traveling this afternoon, but will be checking for help.
    Thanks
    Everette

  2. #2
    everette is offline Novice
    Windows Vista Access 2007
    Join Date
    Oct 2010
    Posts
    17
    Now its working, strange
    Thanks
    Everette

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Hopefully simple If Then
    By fender357 in forum Programming
    Replies: 4
    Last Post: 05-09-2011, 07:52 PM
  2. Replies: 0
    Last Post: 10-21-2010, 08:24 AM
  3. Simple Export Not So Simple
    By jgelpi16 in forum Programming
    Replies: 11
    Last Post: 09-01-2010, 07:23 AM
  4. need help with this simple query
    By dada in forum Programming
    Replies: 3
    Last Post: 08-20-2010, 07:08 AM
  5. This must be simple but.....
    By adi in forum Access
    Replies: 11
    Last Post: 07-30-2010, 06:12 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums