Search results

  1. L

    oy...a list box question

    I have two forms. The first form is a search form. After the user performs the search, a list of values appears in a list box. When the user double clicks one of the values, the second form opens with particular details of that value. my problem: if more than one value was returned in the...
  2. L

    A fairly stoopid newbie question here...

    Do you need to have Access on your machine to view and and see records on a data access page?
  3. L

    list box questions

    What's the general syntax for opening a new form based on selecting an item from a list box? Do I need the OpenArgs method if I want to carry the value from the listbox and display the record on the form it opens up when clicked? If so, please give me the syntax for that as well! (HELP hasn't...
  4. L

    I need help with a search form

    I'm having problems even approaching how to go about doing this particular form. I'm making a DB app used for searching for company documentation on the company intranet. There are 6 products, therefore 6 tables (no relationships). Each table has one field called Description, which is a brief...
  5. L

    combo box and hyperlink trouble, please help!

    I have a form that has a combo box which displays values in text boxes depending on the value that is selected. One of the fields is a hyperlink and it isn't displaying correctly. Yes, the hyperlink property of the text box on the form is set to "Yes" and the data type in the table is...
Back
Top Bottom