i have a label, displaying a random question from a local db, but i need to set another label with something else from that row, how do i find the row id from the random question that was used.
Set the row ID to a variable first then use that variable to recall your row id.
Actually, since you’re doing a quiz game and do not want to repeat questions, try following this example.
How can I remove data from a spreadsheet after appear on screen? - #12 by tthompson41231
Thanks was able to figure this out and add in the other things i needed it to do. except the randomizing of the card is not working.
Send a picture of the code.
i fixed it, i missed a block. thank you though
1 Like