Search results

  1. F

    Selecting Households (Avoiding duplicates)

    This is another newbie question from your friend Fdisk... I have 2 tables with the exact same records. On has the addresses separated by house number, st, direction, type, etc. The other has the address in full. I want to select * but only households, not individuals. If I do SELECT...
  2. F

    Find out Birthdays

    I looked through the forum and found similar threads but none that quite answers my question. I have a table with a birthdate field like 07/08/1973 for example, what I want to do is a simple query that will give me a list of the people whose birthdays are between 7/19 and 8/31 inclusive. I...
  3. F

    Trying to do a mail/delivery route

    I hate a database with a bunch of people and their address. Their address is divided as follows: House number, Direction (North West, South West, etc), Street Number, Street Type, zip code What I need to do is to create a query/report where I get a list of people that I need to go see...
Back
Top Bottom