Search found 7 matches

by StevenK
Mon Apr 22, 2013 1:53 pm
Forum: Databases
Topic: How do i get individual fields out
Replies: 13
Views: 9205

Re: How do i get individual fields out

So do you just out that into a loop to move through the records?
by StevenK
Mon Apr 22, 2013 3:08 am
Forum: Databases
Topic: How do i get individual fields out
Replies: 13
Views: 9205

Re: How do i get individual fields out

Thanks Mark, That's helpful. I got a rudimentary version of what you suggested working (woo hoo! . . . small victories), as follows. on showFlashCard ## Query all details ## Put the result into a variable put "SELECT * from contact_details" into tSQLQuery put revDataFromQuery(tab, return, sDatabaseI...
by StevenK
Sun Apr 21, 2013 8:58 pm
Forum: Databases
Topic: How do i get individual fields out
Replies: 13
Views: 9205

Re: How do i get individual fields out

Thanks for the responses. . . . yes, Mark, I do want to place each item of each record on a different card. It is a flashcard application so I want the questions to be in column 1 and the answers to be in column 2, and I want the user to be able to read the question and then "flip" (click) to see th...
by StevenK
Sun Apr 21, 2013 8:33 pm
Forum: Databases
Topic: How do i get individual fields out
Replies: 13
Views: 9205

Re: How do i get individual fields out

Since there are people responding to this thread and my question might be what he is asking, I'll ask it here, maybe it will help david as well. I am a beginner. I can figure out how to display the results of a query that displays the whole table in columns, but what i want is to display individual ...
by StevenK
Thu Apr 18, 2013 3:21 pm
Forum: Databases
Topic: Displaying one field of a database record
Replies: 3
Views: 3158

Re: Displaying one field of a database record

Thanks Dixie ... that makes sense. I'll give it a try.
by StevenK
Thu Apr 18, 2013 1:40 pm
Forum: Databases
Topic: Displaying one field of a database record
Replies: 3
Views: 3158

Re: Displaying one field of a database record

Ok ... well I guess that musy not be possinle then. I'll have to learn a different language.
by StevenK
Tue Apr 16, 2013 3:23 am
Forum: Databases
Topic: Displaying one field of a database record
Replies: 3
Views: 3158

Displaying one field of a database record

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 fie...