![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello Everyone, I am facing a problem that maybe someone has had before and will be able to assist me. I have a database that has information about a student and his test responses. Like a scannable test. Then I have an application that analizes the test, so this application has tables Student, Test_Result and so on. I need to have some fields from the first file (the file that has the whoel information combined - scannable test) be exported to STUDENT table in my application file and some fields be exported to TEST_RESULT table also in my application file. TEST_RESULT is a join table and contain the following fields: -STUDENT_ID -QUESTION_ID -CORRECT_ANSWER So, for each field on the scannable form, I need to create a new record on TEST_RESULT and put the correct information. What I want to do is use the script function Go to Next Field and while next field exist I will create a new record on my table TEST_RESULT. The problem is even setting up a global variable it ends up being destroyed when I move to the other file to SetField using the value of the global variable, and I loose that value. Also tried using copy/paste, but I think different files use different clipboard areas... It is important to know that since the number of questions on the Test can vary, I can not setup a table for that in my application with a fixed number of fields, the number of fields is defined in the beginning of the application and saved on a global variable to keep track of it throughout the program. Thanks Thiago |
#3
| |||
| |||
|
#4
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |