Hi
I have a table with several fields, the following are relevant for example.
Serial - Name - Quote Number - Policy Number - Date - Rate
Only Serial is a Primary Key and Unique.
Name of this table is "CONSOLIDAT ED".
I also have a form that opens up specific records showing various fields from this table. Form name is "PUN Prefill".
One set of fields in the form is Rate.
I want to be able to show in front of this field RATE on the form a box that contains RATE field from all the records in the table where POLICY Number or Quote Number is matching.
So my form will show RATE from current record, and all other records where POLICY Number or Quote Number matches and displays along with its respective Date.
Any ideas how this can be displayed on my form as view-only?
Thanks.
I have a table with several fields, the following are relevant for example.
Serial - Name - Quote Number - Policy Number - Date - Rate
Only Serial is a Primary Key and Unique.
Name of this table is "CONSOLIDAT ED".
I also have a form that opens up specific records showing various fields from this table. Form name is "PUN Prefill".
One set of fields in the form is Rate.
I want to be able to show in front of this field RATE on the form a box that contains RATE field from all the records in the table where POLICY Number or Quote Number is matching.
So my form will show RATE from current record, and all other records where POLICY Number or Quote Number matches and displays along with its respective Date.
Any ideas how this can be displayed on my form as view-only?
Thanks.
Comment