D
David M C
I would like to append records to my Jobs table based on the name of folders
in the K:\000Projects\GMJobsFile
Each folder is of the format XXXX - Name where XXXX is the JobNumber and
Name is the JobName
My table structure for Jobs is:
JobNumber - primary key number field
JobName - text field
The code will need to check to see if the job number already exists before
adding it to the database. It will also have to parse the string into
JobNumber and JobName. In Java this would be pretty simple. I'm sure it would
be fairly simple in VB as well but could do with some help getting started.
Thanks
Dave
in the K:\000Projects\GMJobsFile
Each folder is of the format XXXX - Name where XXXX is the JobNumber and
Name is the JobName
My table structure for Jobs is:
JobNumber - primary key number field
JobName - text field
The code will need to check to see if the job number already exists before
adding it to the database. It will also have to parse the string into
JobNumber and JobName. In Java this would be pretty simple. I'm sure it would
be fairly simple in VB as well but could do with some help getting started.
Thanks
Dave