Results 1 to 2 of 2
  1. #1
    gg3115 is offline Novice
    Windows XP Access 2007
    Join Date
    Sep 2015
    Posts
    1

    What is the best way to tackle my new project for lead and warranty entry??


    I was just awarded a new project. I need to figure out a way to link a Lead (new customer) to an existing dealer by zi pcode. Then once dealer is paired with lead export those to word mail merge. I also need to have a macro that once you enter in a zip code it will bring up the dealer that matches the dealers zip code. Please help!

  2. #2
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,850
    What part exactly is causing difficulty?
    Have you identified the steps (logic) in plain English of what you need to do?

    eg:

    Display Dealers in zipcode X

    Do you have a table that has

    DealerID
    DealerName
    DealerAddress1
    DealerAddress2
    DealerCity
    DealerState
    DealerZip

    Plain English:
    Find the Dealers whose zipcode = "X"

    Essence of the query in SQL

    SELECT Dealer.* from tblDealer where DealerZip = "x" '

    Good luck

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 4
    Last Post: 08-21-2014, 05:36 AM
  2. Replies: 5
    Last Post: 08-29-2012, 04:40 PM
  3. How to Tackle Numerous Fields for Calculations?
    By Heatshiver in forum Access
    Replies: 4
    Last Post: 03-16-2012, 07:17 PM
  4. Warranty Yes/No w/ Total Box
    By Bike in forum Forms
    Replies: 3
    Last Post: 04-05-2011, 08:42 PM
  5. Help in Solving Warranty Period in Access
    By vdanelia in forum Access
    Replies: 4
    Last Post: 01-29-2011, 04:28 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums