Displaying one field of a database record
Posted: Tue Apr 16, 2013 3:23 am
I am very much a beginner and am just having difficulty conceptualizing how to display one field from a database record on one card, and then the next field on another card. I understand how to connect to a database and display a full record from a table, but I don't know how to just display one field from the record. I am working on a flashcard application and want the user to be able to navigate through a table that contains two columns: in each record the first column contains the "question" (the front of the flashcard) and the second column contains the "answer" (the back of the card). So I would like to display the front of the flashcard, and have the user click to flip to the back of the flashcard. I would also like the user to be able to just move to the next card rather than display the back of the card. If someone can just get me pointed in the right direction of how I would isolate one field in a record and display it on one card, I'd appreciate it. Thanks!