Hi there
I think there is some confusion in your terminology, so let me clear it out for you real quick:
What I interpreted from your question is that you have two entities (a parent and a child) which you want to associate to each other.
This can be done within your domain model by going to your child entity > associations and selecting a new association:
Once you have done this, you can generate overview pages for your entities by right clicking the child entity and clicking 'Generate overview pages...':
This will create a page for you where you can select the parent. It should look somewhat like this:
You can use this page to create new children, as well as edit existing objects that already exist within your database.
As it looks like you are a bit new to this, I advise you take a look at these interesting learning paths to sharpen your Mendix knowledge!
https://academy.mendix.com/link/paths/31/Become-a-Rapid-Developer
https://academy.mendix.com/link/paths/56/Create-an-App-with-Advanced-Page-Building
https://academy.mendix.com/link/paths/59/Expand-Your-Domain-Modeling-Skills
Good luck and go make it!
I think you didnt get what i wanted to ask or maybe i framed it wrong, i dont want to edit the data, i just want to associate the already existing data in both the domain models with each other. Like Entity1 data i wanna bind with Entity2 data.
The problem i am facing is i dont know how to bind already existing data of two entities.