some details...
i tried to leave a quite complete details when first asking the question but when i tried to post it the reply kept coming back that there was something wrong with the page but anyway....
i want to figure out how to associate radio buttons with lines of an sqlite table... so like the table might contain a letter code and a description like M, Medication...E, Exercise, W, Weight..... the radio buttons would allow the user to select what type of record they are going to post to main table which would eventually become quite large.... IF it could be placed into an sqlite table rather than hard coded then the list would be expandable... for certain categories such as Medication there would be yet another table holding sub-categories for various meds.... the point is to choose a radio button and thusly have the value chosen posted to positions in the main table....AND SO a panel with the full contents of a table all radiobuttoned.... hope this makes sense.... can this be done? if i could see the very simplest of examples for such a thing i could expand upon it to meet my needs as simple examples of a starting point is how i best learn