Hello,
I am working on a project which requires me to query my database from the title that was tapped in the picker and then pull the full name, username and date to their respective entry boxes.
Example:
Picker on top of entry boxes displays titles, user picks one
Entry boxes below :
Title:
Title goes here
Full Name:
Full name goes here
Username:
Username goes here
Date and Time
Date goes here
The data is successfully being inserted to the database so this is the only part where I am stuck.
Any help would be great!
Thank you,
Moose!