I'm trying to export an Excel2K spreadsheet to A2K. Here is a sample
of the Excel spreadsheet:
LastName FirstName Hours Location HoursPercent
Doe John 9 WMC 2.94
VA Med Ctr 265 VA 86.60
32 VA Res Clinic 10.45
<blank row>
This is how I'd like to export it to an A2K table
Doe John VA Med Ctr 9 WMC 2.94
Doe John VA Med Ctr 265 VA 86.60
Doe John VA Med Ctr 32 VA Res Clinic 10.45
Any way to do this with a query? I'm thinking I'm going to have to do
some coding but thought I'd check and see if anyone else has had this
situation.
Thanks for any help or advice.
of the Excel spreadsheet:
LastName FirstName Hours Location HoursPercent
Doe John 9 WMC 2.94
VA Med Ctr 265 VA 86.60
32 VA Res Clinic 10.45
<blank row>
This is how I'd like to export it to an A2K table
Doe John VA Med Ctr 9 WMC 2.94
Doe John VA Med Ctr 265 VA 86.60
Doe John VA Med Ctr 32 VA Res Clinic 10.45
Any way to do this with a query? I'm thinking I'm going to have to do
some coding but thought I'd check and see if anyone else has had this
situation.
Thanks for any help or advice.
Comment