export access data to excel

G

George Applegate

I have a data base that looks like this in access:

emp# Date Time In or out

Obviously multiple records for each employee, on each date

I would like to somehow import the data into excel though, so it looks
like this:

emp# date In Tim 1 Out tim 1 In tim 2 Out tim 2 In tim3 Out tim 3

In other words, when the date comes into excel from access, how can I
get the multiple ins and outs for a day on the same line if it's the
same date??? Do I have to write some sort of visual basic program, or
is there an easy way to do this?

I'd appreciate all suggestions

thanks,
ga

George Applegate
(e-mail address removed)
 
L

lmnorms1

Just a couple of quick thoughts:
Is there some way to tell if the cell Time contains in or out? If
there is then you might need to right a couple of queries to get the
in times and out times to results tables. Then export the access
results to excel.

Otherwise you might have to write a quick program to evaluate the
cells contents for each ee.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top