Recent content by r3df1sh

  1. R

    Limit to List and using the On Not In List Event and error question.

    Thanks WayneRyan that did the trick.
  2. R

    Limit to List and using the On Not In List Event and error question.

    I have a set of cascading combo boxes. This deals with the first one and using the limit to list and On Not In List Event. When an item is entered into the field not in the list I am having it execute the below code. I receive the "Not in list error" when selecting yes in the below message. Can...
  3. R

    Please Help

    Derek, That worked wonders. Thanks for your help
  4. R

    Please Help

    Please Help: New page on Occurance This is probably a very elementary question, so please forgive me. I have a report that displays all records. It is setup with the following design Location -> ID / Field1 / Field2 / etc... It shows the location then all the records that match that...
  5. R

    Calling criteria of a report based on form text box.

    Thank you for your response. I will try to better explain my situation. In my table the records are stored with a Location field (ex. Earth, Venus, Mercury). I currently use the combobox on the form to dictate what records are displayed on the listbox. The combobox has All, Location1...
  6. R

    Setting a Queries Criteria based on specific value inputs

    I have a query that has a criteria set based on a particular field in a report. That field is generated from a list of locations along with an all option. Is there a way I can set the "ALL" entry to show all records while keeping the individual Location# intact? Thanks for any enlightenment.
  7. R

    Calling criteria of a report based on form text box.

    ok I figured out how to do most of my problem via a query, however I am stumped on how to include the "ALL" entry. If the field is set to All it then populates all records in the report.
  8. R

    Calling criteria of a report based on form text box.

    Please forgive my ignorance on this, but I am new to the Access world. I have searched the forums and am lacking on ideas. I am working on calling a report based on a textbox on my form. The textbox is populated by a combobox. The text box will consist of choices like all, location1...
  9. R

    ListBox Search

    For those interested I have changed the way my text boxes search to now allow partial entry. Placed in After_Update of TextBox Although this does not satisfy my origional question it will serve in my case as a route around what I am wanting to do.
  10. R

    Fixing Form Error

    The reason it is not working is the reference to the Microsoft DAO 3.6 Object Library is missing. Here are some steps you can try. 1. Go to your Database:Modules 2. If no module exists click on New. 3. Once the module page loads, click on Tools. 4. Click on references. 5. Check and see if...
  11. R

    ListBox Search

    Please disregard question 2. It might not be the right way to accomplish this but here's what I did. In the command button I placed:
  12. R

    ListBox Search

    Need some guidance/suggestions on this one please. I have a form Frm_IPList. That form house a ListBox LB_IPList. The list box utilizes a query to populate the multiple fields displayed from a table TBL_TCPIPLIST. I have already successfully setup a ComboBox that will change the records...
  13. R

    Determining items in a listbox based on selection of combo box

    It might be the newbishness, but I have looked throughout several examples and am still lost. Perhaps I can explain my attempt better: On my form Frm_IPList I have cb_iplist list box. (The displayed contents of this form are 7 fields in my tbl_iplist table.) Right now it simply pulls all of...
  14. R

    Determining items in a listbox based on selection of combo box

    I need some more guidance. I have a form that contains a listbox. The listbox populates from a table (multiple fields). I would like to add a combobox on the form, that, given it's choice will show only those entries. Combobox Options: All (shows All), Location1 (Shows Only Location1), etc...
  15. R

    Listbox

    Thanks for the speedy response. I followed your instructions and it works great! Thanks again
Back
Top Bottom