Results 1 to 2 of 2
  1. #1
    ravikiran is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jul 2012
    Posts
    6

    Help with Split Form requirement.

    Hi Access gurus,

    I have a very weird requirement in Access.


    Please the attached SampleDB, in which a "Release" table is displayed as "Split Form." In this form rather than displaying the values from the table, I am planning to show the form as a Workflow and Status indicator. The fields need to be displayed with relevant status progress indicator (Green, Red, Orange).

    SampleDB.zip

    I tried with "Conditional Formatting" and am partly successful. However, I am unable to do the following:

    • display a "Grey Color" if the Field is "Null" or Blank
    • Display "Red Color", if the "Time" field is 2 days less then current date
    • Change these fields as Button - (Each of these status should display a different form when clicked. Button is a better display option)

    Best if I can achieve these without VBA (I don't mind it as well).


    I am sure, you can get some quick tips on these can be accomplished. If possible please let me know how to improvise the design.



    Thank you in advance,




    Cheers,
    Ravi.

  2. #2
    vicsaccess's Avatar
    vicsaccess is offline Competent Performer
    Windows 8 Access 2013
    Join Date
    Apr 2015
    Posts
    451
    Ravi,
    null is done with the expression is typed as isnull([status 5])=true
    the time field i did with a between set to value is between date() and date()-2
    not fully understanding the last part

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

Similar Threads

  1. Replies: 3
    Last Post: 11-03-2015, 11:19 PM
  2. Replies: 2
    Last Post: 09-12-2014, 09:48 AM
  3. How do I undo the requirement to login every mdb
    By garymkrieg in forum Security
    Replies: 3
    Last Post: 07-11-2011, 03:53 PM
  4. Make requirement in form
    By jmk909er in forum Programming
    Replies: 6
    Last Post: 10-22-2010, 01:05 PM
  5. Report template requirement
    By pieniaszek in forum Reports
    Replies: 0
    Last Post: 07-29-2009, 07:25 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