Is this a bug or something? how to solve it?

I don’t know how to explain but here goes.

I have 2 main forms in the same database, both of them are not in any way related or sharing fields. I created 1 view for each of them.

The problem now is, when i use 1 of the form and saves a document, yes the document appeared in the corresponding view. However, the other view which is not in anyway related or using the same fields/columns displayed the entry also which is selectable(the black border when u select an entry), but has no values. But on open, it actually displayed the document that i saved earlier.

How do i separate them apart??

Subject: is this a bug or something? how to solve it?

Each of your two views needs a selection formula. E.g., SELECT Form = “Form1” in the first view, and SELECT Form = “Form2” in the second view.