Search results

  1. K

    Running 2 Queries and Opening A Form

    OK..here is my dilema. I have a check box on my form that I am working with. I have written the code for it to perform the required function..the only problem is that it only does it the 3rd time I check the box. Here is what I need it to do...when I check the box to indicate a "yes", I need...
  2. K

    Query Results Into A Form

    I am trying to get the results of a query to show up in a form instead of in the results window. The query is run from a different form than the one I need the information pasted in. I have figured out the code to get the proper form to open up and also run the query, but I am unable to get...
  3. K

    Calculating Days

    I need to calculate the total number of days that I have something in inventory. I can't find any help with this, so maybe I can get some insight here. If I place an item in inventory on Jun 30th and remove it from inventory on July 4th, how can I get access to calculate that as a total of 5...
  4. K

    Running 2 queries and an open form from a single mouse click

    I have an issue that I can't seem to figure out. I have a form with a check box (indicating "yes") that I need to perform the following functions when it is checked. 1. Move selected data from "table 1" to "table 2" (I have accomplished this with an Append Query) 2. Delete that record from...
Back
Top Bottom