Search results

  1. G

    Non Duplicate Fields on Reports

    I am trying to do a report that lists 2 different entrys from the same table (or query). But when I do the wizard :/ it only lets me pick from the table or query only once. How do I go abt having the program differentiate between the two entrys and list the data I want listed?
  2. G

    Query Between 2 dates

    Looking to make a query based on dates entered into a form. Here is what I have and its not working: SQL View: HAVING (((Recap.Date) Between [Forms]![State Mileage Finder]![Starting Date] And [Forms]![State Mileage Finder]![Ending Date])); Here is what I entered into the Criteria field in...
  3. G

    Adding the same field from a table twice in one form?

    Trying to do this, with no luck. I'm trying to design a dispatch software for a small trucking company and trying to be able to put the pick up and delivery locations in one table, because at one time or another, the locations will either receive or ship. But when I go to make the form, the...
  4. G

    Help

    I am trying to design a form, so that when I use the drop down menu to choose a customer, it automatically fills in the address, city, etc. I am trying to do it like its done in the example db. (The Northwind example, under the orders form)
Top Bottom