Recent content by mbemis

  1. M

    Updating a list based on text input box

    Update explantion I am not trying to select any data in the list box, just simply trying to find an entry by typing in a name. I would like it to update the list after each letter enterend into the text box. Example: Text box entry: B updated list: Baker, John Beaver, Ronald Bemis, Edward...
  2. M

    Updating a list based on text input box

    I am working on a phone book database and need some help. I have a list box on my form which is driven by a querry. Also on the form I have a text box such that you can type in the name with an event update on change to update the list box. But for some reason I can not get the list to update...
  3. M

    Adding a Filter to a Report

    Bob, It worked like a champ. The code I was using was close, but you know how VB is.... Thanks again, Mike
  4. M

    Adding a Filter to a Report

    Hello once again. I feel like I am a free loader, since I come here to get my questions answered and do not know enough to help anyone else. But I tell you the help is greatly appriciated. Ok on to my issue. I have a form (frmPaymentSummary) which shows a listbox that shows payment amounts...
  5. M

    Updating a listbox in a form after a requery

    Thanks!! It works great now. Mike
  6. M

    Updating a listbox in a form after a requery

    Well once again I am stuck so I am looking for some help. I have a form which contains a listbox and a combo box. The combo box allows the user to select which customer to display in the listbox. It does this by providing a criteria input for a query and then requires the data on change. The...
  7. M

    Developing a table using the calander function

    I am working on developing a time table for my mothers day care to include payments due, total payments for the tax year and a few other items. The issue I am having is developing the table to track when the children are present. I would like to use the built in calander function in which I...
  8. M

    Query on multiple tables

    Here is a some what complicated question dealing with queries. I have several tables with data and every month I create a new table with similar data. I am trying to build a query to keep track of certain statistics with in the monthly tables. However I do not want to have to update query...
Back
Top Bottom