dougL Posted July 12, 2013 Posted July 12, 2013 Hi, I am wanting to create a box with info that can scroll, like what the portal tool does with scrolling except with fields from the current table instead of a related one. How would I go about this? thanks!
doughemi Posted July 12, 2013 Posted July 12, 2013 Use a self-join. Create a new TO of your table named ScrollTable in the Relationships tab of the Manage Database dialog, and relate it to the original table with an X relationship. ( YourTable::<any field> X ScrollTable::<any field> ) Create a portal to ScrollTable. The X relationship would show all records. You can change the relationship to show a desired subset of records if you'd like.
dougL Posted July 12, 2013 Author Posted July 12, 2013 Thanks for the response Doughemi. That works for the scroll but what I want to scroll isn't records but a list of fields. They won't all fit on the page so I want to scroll down the form. I guess I wasn't clear in my original msg. I want it to scroll like a portal but still be a form.
Recommended Posts
This topic is 4151 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