I want to be able to prompt the user for a few variables: Name, Attendance(Yes/No), Date(mm/dd/yyyy)
I then went to be able to send those inputs to an inline table in the script and send it to the next available line so that the current input does not overwrite what is already there, rather it adds on.
Basically, data entry.
Is this possible? Thoughts on how it might be accomplished? Or point me in the right direction?
Just as a followup: It does not need to be an inline table that the data is passed to. It could be put right into a straight table if possible(infact that is better).
I understand that fundamentally QV was not designed as a data entry application, but that does not mean without some finesse that it CAN be.