Hi
I want to filter records on a continuous form(FRM_SUPPT) by one of the fields, SW_ID.
FRM_SUPPT has a text box ( bound to SW_ID) and two drop-down lists that are bound also. The three together are joint primary keys. I need to be able to view data and enter it on this form.
Now the default value of the SW_ID textbox is from a textbox on the previous form(FRM_SOFTWARE).
On FRM_SOFTWARE form, when you click on a button it opens up FRM_SUPPT and the default value pops up so i can enter new data.
However it also shows all the records entered in this form with ones with a different value for SW_ID.
I want to be able to enter data while at the same time being able to see all records that have the same value of SW_ID, but I do NOT want to be able to see records with a different value.
Help would be greatly appreciated
Thanks
HlebforPM