Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

is it possible to load data into tables by using Qlikview?


Hi,

would it be possible to load data into msaccess tables by using Qlikview.

so, my requirement is every day morning the access tables data should delete the previous day data and refresh with current day data. would it be possible with any macro/ with out macro.

Please can anyone suggest me.

Thanks in advance.

10 Replies
jduenyas
Specialist
Specialist

Change the 2 lines which start with  sComTxt...  to this
(all in one line )

sComTxt = chr(34) & sAcc & chr(34) & " " & chr(34) & sFrontEnd & chr(34)

Hope this helps.

Thanks