User Profile

Collapse

Profile Sidebar

Collapse
imagecko
imagecko
Last Activity: Oct 12 '16, 03:00 PM
Joined: Oct 6 '16
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Hello again, perhaps I did not put enough detail. In the on click property I'm typing =showsystemdeta ils(1234) Showsystemdetai ls is the user defined function. the (1234) is the computer ID. This works perfectly when there are only numbers in the computer ID. It walks through the user defined function, opens the form named frmLookup with the details for computer 1234. If the computer ID includes a Letter, such as (D013456)....wh ich is how all...
    See more | Go to post

    Leave a comment:


  • Access 2013 User Defined Function call from on click not working same as 2007

    I have a button on a form. in the on click I am calling a user defined function. If there are no letters it appears like this:
    =showsystemdeta ils(12345)

    if there are letters it autodefaults to this:
    =showSystemDeta ils([D05013368])

    Here is my code.

    Public Function showSystemDetai ls(ID)
    On Error GoTo showSystemDetai lsErr

    Dim stDocName As String
    ...
    See more | Go to post
No activity results to display
Show More
Working...