Cannot Delete a MSAccess table from UiPath

I have a simple access query that makes a new table. When I am in Access it challenges me to say yes to overwrite the table.

When I try to run the query from uipath it errors and tell me the table already exists.

I would like to simply delete the old table before running the make table query.

Is there some kind of code I can use to delete the table first?


This is what I am doing so far…

Hey @bob.nims

I guess you can use Drop Table query

Thanks
#nK

That worked! Thank you. I read something on that and it seemed it was only for SQL server and would not work with access. Apparently, it does.

THANK YOU!

Cool buddy :+1::slightly_smiling_face:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.