Results 1 to 5 of 5
  1. #1
    balderman is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Nov 2017
    Posts
    55

    Flagging a customer, or pop up message possible?

    I have tried googling this and haven't found exactly what I am looking for.



    Is it possible to "flag" a customer profile with a pop up message? Like when we search for the customer, a message will pop up giving some sort of warning, like when it's a customer who owes money or has given problems in the past? Something that would be attached to that one record only?

  2. #2
    aytee111 is offline Competent At Times
    Windows 10 Access 2013 64bit
    Join Date
    Nov 2011
    Location
    Nomad
    Posts
    3,936
    Is this happening when you select a customer on a form and display their data? Or a query, or report? What would be the trigger for the event, for the message to pop up? You can also have a text box with conditional formatting.

  3. #3
    balderman is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Nov 2017
    Posts
    55
    Just when you go to the record a message would pop up? Is that possible?

  4. #4
    aytee111 is offline Competent At Times
    Windows 10 Access 2013 64bit
    Join Date
    Nov 2011
    Location
    Nomad
    Posts
    3,936
    However you are selecting and retrieving the customer, in whichever event that is happening, add a piece of code to check the values and show a message.

  5. #5
    Micron is offline Very Inert Person
    Windows 7 32bit Access 2007
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,372
    Sounds like a feature that can quickly become annoying, IMHO. Why not have the issues in their own table, CustID_Fk as the foreign key to tlbCustomers and list the issues in records along with other pertinent details, such as the date of occurrence, type, who logged, etc. and present the issues as a continuous or datasheet subfrm on the main form? The event you use for the other idea could drive you nuts. If it's the form current event, the dialog will pop up for every record where there are issues. User might only want to see other info about the customer (maybe like when they became one) and would get an annoying prompt each view. So you might use a button to show issues instead. Then if I don't click it, what's the point of only revealing such warnings if I think to do so?

    If you don't like the idea of showing a subform (or even just a textbox warning there are issues) then hide the subform or textbox if it's null. The idea of not realizing something is wrong without taking action to reveal it, or revealing it in a way that requires interaction doesn't sound great to me.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

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

Similar Threads

  1. Replies: 7
    Last Post: 08-06-2016, 07:05 PM
  2. Replies: 6
    Last Post: 12-11-2013, 09:27 PM
  3. Replies: 15
    Last Post: 11-01-2013, 03:24 PM
  4. Replies: 1
    Last Post: 12-24-2011, 08:48 AM
  5. Automatic Flagging
    By terricritch in forum Access
    Replies: 4
    Last Post: 09-14-2010, 06:03 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