Page 4 of 4 FirstFirst 1234
Results 46 to 47 of 47
  1. #46
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    So you want to have the same property listed more than once in the property table? I wouldn't, but it's your baby.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  2. #47
    smil27 is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Apr 2013
    Posts
    24
    " You can use a combo for the property and use this to display the related info:

    BaldyWeb - Autofill"

    When you say use a combo for the Property, you mean a box to enter the PID in the field and then with this code: SELECT PID, Address, City FROM tblProperty to display any related info already in the table, if its already there.
    I changed the main form from being bound to the both property table >> SELECT [tblProperty].[PID], [tblProperty].[Streetaddress], [tblProperty].[City], [tblSales].[Closed Date], [tblSales].[Sellingprice], [tblSales].[commissionpercent], [tblSales].[TotalComm], [tblSales].[PendingClosed], [tblSales].[Nettooffice], [tblSales].[Buyers], [tblSales].[Sellers], [tblSales].[ReferralOffice], [tblSales].[SalesID] FROM tblProperty RIGHT JOIN tblSales ON [tblProperty].[PID] =[tblSales].[PID];

    To this: SELECT [tblSales].[Closed Date], [tblSales].[Sellingprice], [tblSales].[commissionpercent], [tblSales].[TotalComm], [tblSales].[PendingClosed], [tblSales].[Nettooffice], [tblSales].[Buyers], [tblSales].[Sellers], [tblSales].[ReferralOffice], [tblSales].[SalesID] FROM tblProperty RIGHT JOIN tblSales ON [tblProperty].[PID] =[tblSales].[PID];

    What do I do with the FROM part at the end?

Page 4 of 4 FirstFirst 1234
Please reply to this thread with any new information or opinions.

Similar Threads

  1. How to work out commission rates
    By matpaulin in forum Queries
    Replies: 1
    Last Post: 02-07-2013, 06:15 PM
  2. how to generate this simple report in report ms access
    By learning_graccess in forum Reports
    Replies: 1
    Last Post: 11-26-2011, 02:10 PM
  3. Creating a simple report?
    By berni3883 in forum Reports
    Replies: 1
    Last Post: 03-29-2011, 12:31 PM
  4. Simple Report by Month
    By leejqs in forum Reports
    Replies: 3
    Last Post: 07-15-2009, 09:24 AM
  5. Probably a simple report question
    By gmurrie in forum Reports
    Replies: 1
    Last Post: 12-28-2005, 09:19 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