Export Access table to RSS feed (1 Viewer)

mpaulbattle

Registered User.
Local time
Today, 03:25
Joined
Nov 30, 2017
Messages
56
I was wondering if there is a way to export a table to a RSS feed. I've searched online but couldn't find anything regarding exporting.
 

Ranman256

Well-known member
Local time
Today, 04:25
Joined
Apr 9, 2015
Messages
4,337
you export tables to a file.
you pick the format,
tho RSS should read from available formats?
 

Uncle Gizmo

Nifty Access Guy
Staff member
Local time
Today, 09:25
Joined
Jul 9, 2003
Messages
16,280
Maybe if you converted your table into (CSV) comma separated value, and then use something like this:- http://convertcsv.com/csv-to-xml.htm

Also I'm pretty sure you can export your table as XML, although I never done that. I believe XML is the format of RSS feed data...
 

Users who are viewing this thread

Top Bottom