C
Cipher via AccessMonster.com
Either "I" lack of understanding of Access or the Access designers have a
lack of understanding of User erquirements. I need to know if I understand
the basics of Access, such as:
Original Data:- For my application, this is a Text File generated by a Real-
Time Software DataLogger connected to an industrial process.
Tables:- For my application, these tables are generated by reading the
external Text Files. As it will be necessary for the User to access the data
in the Text FIles but to also edit this data, it is not possible to LINK the
external Text Files to the Tables because the data deeds to be edited and you
cannot edit external data with a LINKED Table.
Forms:_ For my application, these Forms allow me to alter the data in the
Tables. I can PRINT the Forms after the Forms have processed the data in the
Tables even though purists decry this activity as Reports are favoured...all
correct?
Well, I have a problem with this set-up and here is why:
EVERYTHING goes back to the original Text FIles which are the key to
everything. The Real-Time Software Datalogger (RTSG) constantly updates the
text files so the Access Database needs to constantly re-read these files
everytime it is loaded. Unfortunatly, without linking the files the user
needs to re-read the text files back-in each time the Access Database is
launched.
If the USER uses the Forms to edit/add/delete data from the tables, the USER
then needs to re-save the Tables as a seperate process. Access will not allow
the Form to be exported back into the External Text files directly as the
only choice for exporting to the original Text Files is to use FORMATTED TEXT
FILES with all the extra "Dashes" added.
So here is what the User has to do now:
1) Run Access and IMPORT the external Text Files into the Tables. As there
are Eleven (11) Text Files they all have to be done seperatly.
2) Launch the relavent Forms and process the data back to the Tables.
3) Then the USer has to re-save (Export) the Tables (eleven of them) back
into the External Text FIles. It must be noted at this time that the RTSG is
no longer running while data editing is being done so there is no conflict in
the External Data being changed while Access is operating on the data.
Would this be easier?: Launch the Access FORM and read in the data from the
external Text Files as required. The USER uses the Form to edit the data and
is finished. If all the information was linked back to the original External
Text Files all DATA FLOW would be automatic as the WHOLE f Text File would be
loaded, edited and then written back.
Is it possible? or are the Access Designers missing something
lack of understanding of User erquirements. I need to know if I understand
the basics of Access, such as:
Original Data:- For my application, this is a Text File generated by a Real-
Time Software DataLogger connected to an industrial process.
Tables:- For my application, these tables are generated by reading the
external Text Files. As it will be necessary for the User to access the data
in the Text FIles but to also edit this data, it is not possible to LINK the
external Text Files to the Tables because the data deeds to be edited and you
cannot edit external data with a LINKED Table.
Forms:_ For my application, these Forms allow me to alter the data in the
Tables. I can PRINT the Forms after the Forms have processed the data in the
Tables even though purists decry this activity as Reports are favoured...all
correct?
Well, I have a problem with this set-up and here is why:
EVERYTHING goes back to the original Text FIles which are the key to
everything. The Real-Time Software Datalogger (RTSG) constantly updates the
text files so the Access Database needs to constantly re-read these files
everytime it is loaded. Unfortunatly, without linking the files the user
needs to re-read the text files back-in each time the Access Database is
launched.
If the USER uses the Forms to edit/add/delete data from the tables, the USER
then needs to re-save the Tables as a seperate process. Access will not allow
the Form to be exported back into the External Text files directly as the
only choice for exporting to the original Text Files is to use FORMATTED TEXT
FILES with all the extra "Dashes" added.
So here is what the User has to do now:
1) Run Access and IMPORT the external Text Files into the Tables. As there
are Eleven (11) Text Files they all have to be done seperatly.
2) Launch the relavent Forms and process the data back to the Tables.
3) Then the USer has to re-save (Export) the Tables (eleven of them) back
into the External Text FIles. It must be noted at this time that the RTSG is
no longer running while data editing is being done so there is no conflict in
the External Data being changed while Access is operating on the data.
Would this be easier?: Launch the Access FORM and read in the data from the
external Text Files as required. The USER uses the Form to edit the data and
is finished. If all the information was linked back to the original External
Text Files all DATA FLOW would be automatic as the WHOLE f Text File would be
loaded, edited and then written back.
Is it possible? or are the Access Designers missing something