Good Morning to all, just trying to do the very last thing for this database before Christmas!
I have a report. With one label and two text boxes.
I would like the text boxes to autofill the information based off what the label has.
Ex. If Label says Jane Doe, I want it to look into the qryDRE for Jane Doe and put Jane Does email in Text box txtEmail and Jane Does Phone in Text box txtPhone.
I have a database with three fields Name, Email, Phone
the Query just runs from the Database giving me those three fields.
How do I link those text boxes to look at the LABEL then return it. Sort of like a Vlookup in excel.
I have a report. With one label and two text boxes.
I would like the text boxes to autofill the information based off what the label has.
Ex. If Label says Jane Doe, I want it to look into the qryDRE for Jane Doe and put Jane Does email in Text box txtEmail and Jane Does Phone in Text box txtPhone.
I have a database with three fields Name, Email, Phone
the Query just runs from the Database giving me those three fields.
How do I link those text boxes to look at the LABEL then return it. Sort of like a Vlookup in excel.