I have a form that lists companies by categories (General, Real Estate, & Clubs). It has three ‘pages’ to handle each ‘category’. In effect, I want to filter the results shown of existing records on each of the ‘pages’.
For example, the Real Estate ‘page’ should only show those records from the Companies table where the company =”real estate”. Is this possible when each company’s information on each ‘page’ is based on the Companies table?
If so, any suggestions on how to achieve it please?
Regards, Leigh