User Profile

Collapse

Profile Sidebar

Collapse
n3ox3ro
n3ox3ro
Last Activity: Aug 28 '07, 12:51 PM
Joined: Jun 25 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • n3ox3ro
    started a topic Enter Parameter Values

    Enter Parameter Values

    If im using an "enter parameter values" box in a query to find information in a table and if you type in a value that doesnt exist how do you stop if from displaying a blank screen on your form??
    See more | Go to post

  • n3ox3ro
    started a topic SQL-VB Enter Parameter Value Issue

    SQL-VB Enter Parameter Value Issue

    For my visual Basic code i have...

    Private Sub Command459_Clic k()
    On Error Resume Next
    DoCmd.OpenForm "view_Obs", acNormal, "ByObsNumbe r"
    End Sub

    and for my 'ByObsNumber' querry i have ...

    SELECT main.*, main.ID
    FROM main
    WHERE (((main.ID)=[Type in Observation Number]))


    the issue come in when if it is pulling a record from...
    See more | Go to post
No activity results to display
Show More
Working...