Add data to multiple different Access database Output Files using filter
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello community,
I am using Alteryx to edit data similar to the data attached. I have multiple Access databases in a file that need certain information from "Data-Example" added to them based on a condition. For example, my file "NY Accounts.accdb" need to have all fields with State=NY added in a separate tab, and if state = "GA" then the data would be added to the "GA Accounts.accdb" file.
Thanks for any help!
- Labels:
- Output
- Tips and Tricks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Are you running into specific errors doing so? Or just need guidance?
If you absolutely have to use .accdb, then take a look at this post if you are running into errors as you may need to install a specific driver.
If you can use .mdb instead, then here's an example on outputting. You list your table name (new or existing) just like you would with Excel outputs. Then make sure you select the appropriate Output Options to append, overwrite, etc.
