Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Forms Programming / July 2005

Tip: Looking for answers? Try searching our database.

Displaying a status

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Sam - 12 Jul 2005 03:14 GMT
Hello

I am trying to create a Loan application tracker that prompts the user to
complete a particular task based on the status the application is in. For
EG...

User is waiting on the return of loan contracts from customer.

If status = "Waiting" and has been waiting for more than 3 days, then a
prompt some like "chase up contracts" is to appear in a box.

I was able to make this task work in Excel, however the formulae used in
Excell cannot be replicated in Access.

Hope some one can help me.

Regards
Marshall Barton - 12 Jul 2005 04:29 GMT
>I am trying to create a Loan application tracker that prompts the user to
>complete a particular task based on the status the application is in. For
[quoted text clipped - 4 lines]
>If status = "Waiting" and has been waiting for more than 3 days, then a
>prompt some like "chase up contracts" is to appear in a box.

Add a text box and set its control source expression to:

    =IIf(Status = "Waiting", "chase up contracts", Null)

Signature

Marsh
MVP [MS Access]

Sam - 12 Jul 2005 09:04 GMT
Thanks Marshall. Works fine!

> >I am trying to create a Loan application tracker that prompts the user to
> >complete a particular task based on the status the application is in. For
[quoted text clipped - 8 lines]
>
>     =IIf(Status = "Waiting", "chase up contracts", Null)
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.