Search Database and Return Cell

Here is the part of the page:

I would like users to be able to enter their specific code in the box, then it return the value in the text box to the right.

I have the user input connected to the relevant column in the database, and the text box also connected to the second column which is the value associated to the specific user code.

How do I link these up, so when the correct code is entered, it returns the associated value in the text box?

Huge thanks in advance to any answers!

Anyone?

Just search your dataset for the same code and then show a specific field data from that matching codes row of data.

Yeah I have no experience with Wix Code so I’m not sure where to start with doing this.

https://www.wix.com/corvid/reference/wix-data.WixDataQuery.html#eq