Imported data into new records

B

bob

Hi, I regularly receive new cases from my staff which we manually key into
our database. These are sent to us in an Excel format. I can import the
Excel data into an Access 2003 table without any problems.



Now how do I transfer this data into the correct tables, which normally hold
this data.

Each row of data would need to be a new record.



Any help, advice on the best way to achieve this would be very much
appreciated.



Thanks,



Bob
 
R

Rod

bob said:
Hi, I regularly receive new cases from my staff which we manually key into
our database. These are sent to us in an Excel format. I can import the
Excel data into an Access 2003 table without any problems.



Now how do I transfer this data into the correct tables, which normally
hold this data.

Each row of data would need to be a new record.



Any help, advice on the best way to achieve this would be very much
appreciated.



Thanks,



Bob


Use an append query

may be easier just to link to Excel file rather than import
 
B

bob

Rod I have tried that but when I open the query I get 60 or more records
when I am only trying to import say 5 records.

Why is this? And how do I stop this from happening?

Thanks Bob
 
R

Rod

bob said:
Rod I have tried that but when I open the query I get 60 or more records
when I am only trying to import say 5 records.

Why is this? And how do I stop this from happening?

Thanks Bob

Where are the 60 records coming from? A|re they all in the Excel file and
you only want the recent ones?
Maybe you need to add a criteria to the query to filter out what you don't
want.
 
K

Ken Snell

Sounds as if the query is missing some joins. Post more details and the SQL
statement that you're trying to use.
 

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