Search results

  1. M

    Format Error

    :confused: I had my database working wonderfully....until they re-imaged my machine yesterday. Now I am getting errors whenever I try to run any of my reports. The reports contain a line of code that pulls the Between () and () dates from the query and prints them on the top of the report. The...
  2. M

    password on form

    I'm sorry to keep bugging everyone, but now that I have the basic design of my database, I want to keep making it better. I found some code on another site to make a form that you enter a password into to either open a new form (if correct) or return an error message (if not correct). I am...
  3. M

    calendar pop up form???

    I am currently using a parameter query to select beginning and ending dates to run reports and queries. I would like to get a bit more sophisticated and use a calendar on a form to make it easier for others to use. How do I connect a new calendar form to the query so it pops up when prompted to...
  4. M

    always expand combo/list box??

    Is it possible to have the list box portion of a combo box always expanded, not just when you click on it? I have set up a form with a combo box that has three columns (last name, first name, id#), when you start typing in last name, it fills in matching the name on the list, but since it...
  5. M

    Count function in report

    I am having trouble finishing up the design for a report. I need to count total number of individuals who received a service. The problem is that the person could have received service in one or more areas. I have it set up now as =Count[ID], but that is counting the ID of those who received...
Back
Top Bottom