August 16, 201015 yr Im brand new to Filemaker and not sure if this is the right area for my post, but will see where this leads me... My database has a login screen where users enter their usernames and passwords. From here they go to a homepage from where they navigate to their required area. I want to display a birthday reminder for whoever's birthday is next to all users once they logged in. I have it working, but it only displays to the user whose birthday it is, how do i get it to display across all accounts please?
August 16, 201015 yr One way would be to create a global date field, let's call it gToday, that you set to Get(CurrentDate) at login. Create a relationship gToday = birthday, and then you can display a portal of related users, or set the names into another global field using the List function, or etc. etc.
August 18, 201015 yr Author Awesome, thank you very much, much appreciated! Havn't had time to try it out, but will do so asap.
Create an account or sign in to comment