Search results

  1. S

    Help on DB With Updating Dates

    Hi, I am creating a database that tracks current projects for my team at work. Some projects are only due once (e.g., mailed brochures due on 1/1/14) and some are due at scheduled intervals (e.g., status report due monthly, quarterly, etc.) Ultimately, I'm hoping that my end result will...
  2. S

    Help! Query by Form W/Checkboxes & Comboboxes Not Working

    Hi, Attached I have a database that I've been working on which has a form called "frmCriteriaSearch". It is based off of the qryCriteriaListBoxUpdate query. I am trying to get the listbox in the second tab of the results section to work. It queries fine for the checkboxes, but I cannot get the...
  3. S

    Help! How to Filter Listbox Results

    Hi. I have several forms where I allow users to search records by selecting from comboboxes or keywords. The results are displayed in a subform. Is there anyway to do this with a listbox? I tried basing a listbox off of the same query the subform is based off of and adding a requery to the...
  4. S

    How do I query by checkbox selection?

    I am working on an advanced search form where users can filter product types by the various categories selected in the checkboxes provided. Right now I am working off of the design of a previous search form built which works fine. Here is the code I have running in the background: Private...
  5. S

    Filter By Form - Stop Subform from Automatically Updating - HELP!

    Hi, everyone. I am working on a search form where I can filter a subform using dropdown lists. The filter is supposed to be triggered by clicking the search button. My issue is that when I go to choose a category from the first drop down list, the subform automatically updates, but when...
  6. S

    Using a Form to Update Records in Another Database

    Hi Everyone, To give you a little background on my project, I have a database that tracks products. Because we have a very slow WAN, I had to resort to a very round-about way of making a frontend and backend (instead of splitting). To get the information from the frontend to the backend, I...
  7. S

    Help! Split Database Workaround - Connecting to BE and Dumping Data?

    Hi. I have a split database that has a backend that resides on a server for my company. People in one building can access everything just fine with no speed issues, however the building I reside in does not have the privileges having updated networking. Looking for workarounds. Working...
  8. S

    Data Entry Form Help: many-to-many relationships and multiple selections.

    Hi All, I have a relatively elementary question for you all… I have a database that stores information about brochures on hand. Each brochure can come in one of the following languages: English, Spanish, French, or a combination of the three. I have a many-to-many relationship structured...
  9. S

    Hi

    I'm Steffani, MIS major, looking for some extra access resources as I begin working on a few side projects. Looking forward to being an active part of the community.
  10. S

    Following Query Form Tutorial, Not Working... Help?

    Hi, all. I found the tutorial from this website after doing a google search that shows a method on creating search forms. I am trying to adapt the code for my own, but have hit a road block. Every time I try to run the query, it asks me to enter parameter values. I checked the spelling on...
Back
Top Bottom