2003 access micorosft training - microsoft access

Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

Forum home » Delegate support and help forum » Microsoft Access Training and help » 2003 access micorosft training - Microsoft Access

2003 access micorosft training - Microsoft Access

resolvedResolved · Low Priority · Version Standard

Theophile has attended:
Excel Advanced course
Access Intermediate course

Microsoft Access

How do you import data from excel into access?
Thanks

RE: Microsoft Access

Hi Theophile

Select File menu, Get External Data, Import...
Select the Excel file from your directory.

Hope this helps
Kind regards
Sandy


 

Access tip:

How To Find All Overdue Accounts?

To find overdue accounts create a filter that compares today's date with the Invoice Date in the table. To do this:

1. Open the Query in Design View
2. Select the field for the filter and in the criteria row enter:

<Date()

This filter returns records where the Invoice Date is before today's date.

This filter can be manipulated if, for instance, Invoices are due 15 days after the Invoice Date. For this the filter would be:

<Date()-15

This filter returns records where the Invoice Date is 15 days before today's date.

View all Access hints and tips


Server loaded in 0.08 secs.