• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Pulling Data from Database...could you give me advice?

PP3321

Active Member
I need to create a Excel system where employee ID is entered,
names and tel.no are automatically filled.

1 solution is create 1 sheet with the data source, and use vlookup to match them.
But I do not want to use this solution because data gets updated quite often.

Is there anyway to connect to Database directly? should I use MS Query or PowerQuery?

*I cannot use VBA Macro because Macro is forbidden for the end-users...

Any advice is highly appreciated...thank you...

screenshot.png
 
Even with query, if you need parameter to be dynamic (i.e. Employee ID). It will require use of VBA.

One workaround is to pull entire table using MS Query (in separate sheet). Then use Lookup(s) to display.
 
Back
Top