Dear All
I’ve got a form that displays data from a child table. I want the users to see a list of the records in this table, but not where a specific field is filled in. Can I do this with the form’s Filter property, or do I need to use a query to collect the data for the form? I had hoped to keep it simple as the form will allow the data to be edited.
I’ve had to rule out using a combo box as the two references the user is likely to have to hand can have duplicates in this table. This results in the combo box presenting the first such record (after all it is rs.FindFirst ). I gave some serious thought to using an array or collection, but as I started to read up on these it soon became apparent they are beyond my VBA savvy.
I’m guessing the Filter property is the right solution, but cutting and pasting SQL hasn’t worked, and none of the other attempts at copying functioning filters has been successful.
What’s the ‘trick’ to this??
Thanks
Ian