biiiink Posted October 30, 2014 Posted October 30, 2014 Hello I'm still fairly new to FM I'm building a database for my business. In the Clients table, I have a details view that shows me all of the information about them, including a portal that shows all of the policies that the client has in the Policies table. What I would like to do is have the Policies Portal hidden if the Client does not have a policy record in the Policies table. I'm not quite sure how to go about doing this. Any help would be appreciated
eos Posted October 30, 2014 Posted October 30, 2014 Try IsEmpty ( Policies::clientID ) // any guarantueed non-empty field
biiiink Posted November 3, 2014 Author Posted November 3, 2014 Welp. That was amazingly easier than I was thinking it was. Thanks for your help
Recommended Posts
This topic is 3919 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now