badgateway
Programmer
Hi all,
I have been struggling with a filter issue. I have several forms based on several tables. The uniqueness of all tables is that they all have a ID. I use this ID to refer to other tables, like every ohter normal program I think![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
What I want now is that a user can do some filters on a form. Say he filters and has 10 records filtered, now of he clicks and other form the filter is not working because they don't contain the same fields of course. I know a way to solve this but than I have to work with a temp table and that's not my first option.
Anyone of you guys have ever struggled with something like this?
For Example:
In one form you have all kind of patients and you only want patients who are bigger than 1 m 75. From your selection you have to open another form not containing the height of patients but f.e. his address etc. I hope you people can follow me![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
thanks
I have been struggling with a filter issue. I have several forms based on several tables. The uniqueness of all tables is that they all have a ID. I use this ID to refer to other tables, like every ohter normal program I think
What I want now is that a user can do some filters on a form. Say he filters and has 10 records filtered, now of he clicks and other form the filter is not working because they don't contain the same fields of course. I know a way to solve this but than I have to work with a temp table and that's not my first option.
Anyone of you guys have ever struggled with something like this?
For Example:
In one form you have all kind of patients and you only want patients who are bigger than 1 m 75. From your selection you have to open another form not containing the height of patients but f.e. his address etc. I hope you people can follow me
thanks