Search results

  1. M

    Display column by user selected name?

    Here is my problem. I have a table with a lot of columns. I want the user to be able to select which column he wants to display in a query/report, how do I do that? Is there some kind of way to do a command SELECT [table].[like [user input]] either in SQL or Query Design, so that a form would...
  2. M

    displaying query by code

    I need to display the results of a query on screen when somebody clicks a button on the form. So I put code in the event of the click that looks like this: Private Sub Command20_Click() On Error GoTo Err_Command20_Click Dim stDocName As String stDocName = "HHC Report"...
Back
Top Bottom