G
Guest
I am writing a procedure to import text files to tables in the database.
Tables in the db have neames like Routes, tblFirm, etc..
The export function I wrote appends the current table name to include the
UserName and an underscore to the front of the table name: i.e.
BobbyS_Routes, BobbyS_Firm, etc.
The user will have a list of txt files in a list box on the form. After
selecting the appropriate table it is assigned to a variable
(strTblName),modify the textfile name to not include the Username &
underscore.
Thank you
Tables in the db have neames like Routes, tblFirm, etc..
The export function I wrote appends the current table name to include the
UserName and an underscore to the front of the table name: i.e.
BobbyS_Routes, BobbyS_Firm, etc.
The user will have a list of txt files in a list box on the form. After
selecting the appropriate table it is assigned to a variable
(strTblName),modify the textfile name to not include the Username &
underscore.
Thank you