skiphooper
Registered User.
- Local time
- Today, 11:17
- Joined
- Nov 29, 2000
- Messages
- 76
Hi Everyone,
I have written an App that processes data from a scanning program.
A Text file.
The form has a tabcontrol on it with four ( 4 ) tabs. On tabs 2 thru 4
all the entry information is the starting position in the file then the number
of positions for that field. The first tab has the same entry type information
but also includes a field for static information which may or maynot be part
of the scanned information but needed for processing.
All the above is based on " TEST " and " FORM " . Each test and form
combination is always the same, but can be given to many different groups
of students. There are over 50 or 60 different test and form groups combinations
that can be used.
All of this by the way is working fine. HERE IS MY QUESTION:
What is the best way to save all the information entered for each test and form
so the user only has to enter it once, and not every time the same test and form
are used.
I know I can build a table and save every bit of information entered, but is there a
better way of accomplishing this.
Thanks In Advance
Skip
I have written an App that processes data from a scanning program.
A Text file.
The form has a tabcontrol on it with four ( 4 ) tabs. On tabs 2 thru 4
all the entry information is the starting position in the file then the number
of positions for that field. The first tab has the same entry type information
but also includes a field for static information which may or maynot be part
of the scanned information but needed for processing.
All the above is based on " TEST " and " FORM " . Each test and form
combination is always the same, but can be given to many different groups
of students. There are over 50 or 60 different test and form groups combinations
that can be used.
All of this by the way is working fine. HERE IS MY QUESTION:
What is the best way to save all the information entered for each test and form
so the user only has to enter it once, and not every time the same test and form
are used.
I know I can build a table and save every bit of information entered, but is there a
better way of accomplishing this.
Thanks In Advance
Skip