Search results

  1. A

    list box opens detail form of item selected

    SO i have a list box that fills based on the following code..... Dim strSQL As String strSQL = "SELECT Products from [Client ProdVend] " & _ "Where Client_Account_Name = '" & Me.Client_Account_Name & "'" Me.List91.RowSource = strSQL Dim strSQL As String strSQL = "SELECT Products from [Client...
  2. A

    combobox fill listbox

    Combobox that allows you to select multiply values...... i want it to put the selected values in the combobox into a listbox on the same form....is there a way to do this with vb code.....
  3. A

    dont save changes on form

    I add record button. This brings up a form shows a blank record with only one field automatically filled out at the top based on the client on the previous form. However, the problem is, is someone exits this form it saves the record with just that one client field filled out and the rest blank...
  4. A

    list box opens detail form of item selected

    I have a listbox on my main form(named:customer editor). I want to be able to double click an item in the list box(name:list91) and bring up another form called productdetails. I want this to bring up the details of teh particular record in selected from the list. so i know in the listbox...
  5. A

    report filter search

    I have a report that shows 3 columns, clients, versions, products and vendors. How can i make it so a user can filter the report to show only certain info. forexample, only show the clients that have a certain product. or only show clients with certain versions. Any suggestions? I want to...
  6. A

    report table help

    i have never used a report in access before. I am trying to have all my client information desplay in one report. I want 4 columns in the report. client account name & version from a query/ and products and vendors from a different table not in the query. However some clients are not in the...
  7. A

    access program not working properly!

    hey guys, i really hope one of u guys can help me, I'm pretty desperate. I'm by no means an expert in access. other then then occaional class project, I have no experience. A few months back I i started to built a database to hold client information for a internship i worked @. I had gotten...
Back
Top Bottom