Can a file in excel be transferred to access?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a large file that was done in Excel that needs to be somehow converted
to Access. It contains a list of employees that have access to multiple
location as well clearance. Is it possible to add drop down boxes for each
name since they work in more than one building?
 
You can import it as a one time event by going to File => Import, but if you
need to do this on a ongoing basis you may want to set up code or a macro to
automate it.

The functionality of Excel and the filtering is not the same in Access. You
would need to create a form which would open a query using paramaters that
you have set up on the form or when you go into the data view of a table and
look at the filter by selection or filter by form it may be what you are
looking for.

Rick
 

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

Back
Top