Search results

  1. T

    Search Button on form

    I am trying to add a search to a form, which will search the DB and then return the result to the form. A previous DB that is beign retired soon has this function and works, so i thought I would just copy the code behind the button. [code] Screen.PreviousControl.SetFocus...
  2. T

    Grouping dates in report

    I have created a report to return information based on the begin and end dates entered and it returns the data. The problem is that it returns 3 or 4 entries for a month where as i just want one entry for the month. I have a sum calculation in the query to total the total cost. I have set up...
  3. T

    Performing a Calculation on two fields

    This is going to be a simple one for someone, but it is proving to be a pain for me. I have two collums in a table, one that is a value another is a quantity, i have another field that totals the two fields. This works fine and shows the total but it does not store the total into the database...
  4. T

    Help with Lookup field

    Hi all, It is along since i have used access for anything and I am having problmes getting it to do what i want it to do. I have 2 tables one which hold the data needed and the other is being used to hold a list of products with prices. In my main talbe in which the data will be entered into...
Back
Top Bottom