G
Guest
Does anyone have any information on filling tables via code? I have an exam
database and am writing a program that builds an exam based on a variety of
user input.
As the user input changes each time the program is run, I have a great deal
of information and I need somewhere to place it all until the last step of my
program.
As an example, I may give a test on three different subjects. For each
subject, there is a breakdown of questions into image / non-image,
specification, topic, etc... All of this information is either coming from
the user or calculated during the program's running process, and it all must
be stored until the exam is finally generated.
Can anyone give me any assistance with this problem? What I'm looking for
is some basic information on programming with tables that will enable me to
tailor the information to suit my needs. As always, many thanks in advance.
database and am writing a program that builds an exam based on a variety of
user input.
As the user input changes each time the program is run, I have a great deal
of information and I need somewhere to place it all until the last step of my
program.
As an example, I may give a test on three different subjects. For each
subject, there is a breakdown of questions into image / non-image,
specification, topic, etc... All of this information is either coming from
the user or calculated during the program's running process, and it all must
be stored until the exam is finally generated.
Can anyone give me any assistance with this problem? What I'm looking for
is some basic information on programming with tables that will enable me to
tailor the information to suit my needs. As always, many thanks in advance.