Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2005
    Posts
    1

    Access

    Helloe, My boss have asked me to create a access database, where he needs me to add a calender in Query. And then click on any givin date to see the event for that day.

    He also needs to me creat a query and see how many point a person has it from any date to any date. Calculation methong

    Please let me know i will be really thankfull to you,.

    Thanks

    Alam

  2. #2
    Join Date
    Sep 2006
    Location
    Manchester, England
    Posts
    13
    Sounds straight forward enough. but wasn't sure about the second part of your request.

    tbl_Events
    EventId (Primary key)
    Date
    Name
    Description

    to get events from a particular date use a query like this :
    Code:
    SELECT * FROM tbl_Events WHERE Date = @EventDate
    Can you explain how the points system works and I can perhaps come up with an example for that as well.

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

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