Results 1 to 5 of 5
  1. #1
    Cpresley is offline Novice
    Windows 8 Access 2013
    Join Date
    Apr 2015
    Posts
    3

    Question Need help with a step with an Access Assignment!!!


    I have been asked to: Add a new column to determine if an employee’s performance review is overdue. If the employee’s DateOfLastReview is null, it should display Overdue. If not, it should display nothing. Name the column ReviewStatus. Add criteria of Overdue to the column you just created, so only the employees who are Overdue display.

  2. #2
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    Add criteria of Overdue to the column you just created, so only the employees who are Overdue display.
    I would worry about this part last.

    I guess the assignment is to use the Query Designer/Builder to create a query object. Do you know how to create an alias? It seems you will need to add a new column using an alias.

  3. #3
    Cpresley is offline Novice
    Windows 8 Access 2013
    Join Date
    Apr 2015
    Posts
    3
    Yes I am to use the query builder but do not know how to create an alias? This is the first time I have ever opened access

  4. #4
    Cpresley is offline Novice
    Windows 8 Access 2013
    Join Date
    Apr 2015
    Posts
    3
    Yes I am to use the builder...I think with an IIF(IsNull..... function? I am not familiar with alias?

  5. #5
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    I would use an IIf. To create an alias, you need to place the name of your alias in a new field/column. Directly after the name, place a colon. MyAliasName:

    After the alias name and the colon, you can place your expression (IIf)
    MyAliasName: IIf(FieldName > 1000, "Large", "Small")

    https://msdn.microsoft.com/en-us/lib...ffice.14).aspx

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

Similar Threads

  1. Assignment
    By Michael_25 in forum Programming
    Replies: 13
    Last Post: 02-17-2015, 06:47 PM
  2. Northwind Database Tutorial step by step
    By AATQA in forum Access
    Replies: 1
    Last Post: 10-22-2013, 06:20 AM
  3. Access Assignment
    By IsaacA95 in forum Access
    Replies: 1
    Last Post: 08-28-2013, 01:09 PM
  4. step and step proccess
    By toochic in forum Programming
    Replies: 5
    Last Post: 10-09-2011, 09:34 AM
  5. Replies: 4
    Last Post: 04-29-2009, 04:59 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