E
Ernst Guckel
Hello,
I have a text file that I create from a spreadsheet that has data
formatted as such:
First,Last,Date,StartTime,StopTime
I want to import the data into an existing table in access with the
following format:
ScheduleID,EmpID,Date,StartTime,StopTime
ScheduleID is an autonumber and EmpID is the autonumber from tblEmployees.
The problem is that first and last are not part of the destination table but
are needed to determine the EmpID. I a at a loss for where to begin here...
Any help would be greatly appritiated...
Thanks,
Ernst.
I have a text file that I create from a spreadsheet that has data
formatted as such:
First,Last,Date,StartTime,StopTime
I want to import the data into an existing table in access with the
following format:
ScheduleID,EmpID,Date,StartTime,StopTime
ScheduleID is an autonumber and EmpID is the autonumber from tblEmployees.
The problem is that first and last are not part of the destination table but
are needed to determine the EmpID. I a at a loss for where to begin here...
Any help would be greatly appritiated...
Thanks,
Ernst.