Excel Imports

SamSlade

Board Regular
Joined
Feb 10, 2006
Messages
69
I am not very familiar with access so I suspect this is incredibly elementary - however help would be greatly appreciated.

We have a payroll system that exports basic timesheet information into Excel. The fields in question are Date, Employee No, Job Number, Hours and Rate. Obviously an employee can work on a number of different jobs on one day and can log the same job number more than once on the same day.

I want to avoid having to create ant kind of additional fields in Excel but what I need to do is to ensure that the timesheets are not imported into my Access database more than once. I could add a Pay Date field or create another table that just holds pay dates that have been imported but somehow before the import is carried out I need to do a check that the pay date has not already been imported

Can anyone give me a blow by blow method bearing in mind that my Access knowledge is extremely basic?

Many thanks
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Rather than trying to apply the restrictions ahead of time I believe it will be a lot easier for you to import the data into a temp table, then do any clean-up/validation needed, and then append it into your production table. That's how I do it anyway.

hth,
Giacomo
 
Upvote 0

Forum statistics

Threads
1,214,646
Messages
6,120,717
Members
448,985
Latest member
chocbudda

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top