Results 1 to 2 of 2
  1. #1
    djclntn is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Feb 2011
    Posts
    476

    Issue with joining 2-tbls

    I have a Tbl which does not contain a Date fld, but contain the days of the week,


    eg. “Sun” “Mon” ” Tue” etc.

    I need for the days of the week to run for Sat to Sun, via in the tbl or in a qry, but without having a date field I cannot format my weekdays to “w.” From another database someone suggested a similar situation a long while back in making a separate tbl with just the days of the week & the number corresponding with the weekday: Sun 1, Mon 2, etc.

    Then in a qry I can join the 2-tbls & take the WeekdayNum from one tbl (WkNm Tbl) & add it onto my first tbl. I did so, but the 2-tbls seem to be incorrectly joined because
    I’m getting no results/records in my Qry.

    Can anyone help me by looking at the SQL?
    SELECT [Employees Days Usually Work].EmployeeID, [WkDay Num].WkNm, [Employees Days Usually Work].DUW, [Employees Days Usually Work].DyEvn, [Employees Days Usually Work].DaysWorked
    FROM [WkDay Num] INNER JOIN [Employees Days Usually Work] ON [WkDay Num].WkDyNID = [Employees Days Usually Work].WkDyNID;

    Thanks

  2. #2
    djclntn is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Feb 2011
    Posts
    476
    I figured it out.

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

Similar Threads

  1. joining tables
    By frozendmj in forum Queries
    Replies: 5
    Last Post: 04-19-2011, 01:45 PM
  2. Joining more than 2 tables
    By anemoskkk in forum Access
    Replies: 6
    Last Post: 04-17-2011, 04:37 AM
  3. Help - Joining Tables..
    By fabian24 in forum Forms
    Replies: 3
    Last Post: 02-17-2011, 03:43 PM
  4. joining on two userid's
    By svcghost in forum Queries
    Replies: 9
    Last Post: 09-30-2010, 06:48 PM
  5. Joining a Query
    By access_gbr in forum Queries
    Replies: 1
    Last Post: 05-04-2010, 10:46 AM

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