<?xml version="1.0" encoding="UTF-8"?>
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
<id>tag:599CD.com,2013:/feed</id>
<link rel="alternate" type="text/html" href="http://www.599cd.com"/>
<link rel="self" type="application/atom+xml" href="http://599cd.alexhedley.com/testing/rss/itunes.asp"/>
<title>599CD (free videos)</title>
<updated><%=NOW()%></updated>
<entry>
<id>tag:599CD.com:Tip/1</id>
<published><%=NOW()%></published>
<updated><%=NOW()%></updated>
<link rel="alternate" type="text/html" href="http://www.599cd.com/tips/access/report-columns/"/>
<title>Setting up Multiple Columns in your Access 2010 Reports</title>
<content type="text">This tip will show you how to set up multiple columns in
your Microsoft Access 2010 reports. If you're using Access 2007 you should
have no problem following along (they're very similar). If you're using Access 2003,
then I cover columns in Access 205.
</content>
<link rel="enclosure" xml:lang="en-US" title="" type="video/quicktime" hreflang="en-US" href="<%=video%>"/>
<author>
<name>Rick Rost</name>
</author>
</entry>
</feed>
Previous
<?xml version="1.0" encoding="UTF-8"?>
<!-- #include virtual="/_functions/function-dates.asp" -->
<!-- #include virtual="/_functions/function-ApplyFormatting.asp" -->
<%
Response.Buffer = true
Response.ContentType = "text/xml"
Dim keywords, ituneskeyword, logo, email, name, video, size, mimetype
'video = http://www.amicron2.com/videos/tips/access/Access-2010-Report-Columns.wmv
'size = "2360306"
'mimetype = "video/wmv"
video = "http://599cd.alexhedley.com/testing/rss/test.mp4"
size = "4609831"
mimetype = "video/mp4"
keywords = "computer training, online training, video tutorials, distance learning,
online education, online courses, microsoft office, microsoft word, microsoft excel,
microsoft access, windows, html, visual basic, online lessons, training videos,
computer learning, powerpoint, frontpage, web design, asp, active server pages, quickbooks,
video seminars, technical support"
ituneskeywords = right(keywords, 255)
logo = "http://599cd.com/images/599cd-1.jpg"
email = "amicron@gmail.com"
name = "Richard Rost"
Function ApplyXMLFormatting(strInput)
If IsNull(strInput) Then Exit Function
strInput = Replace(strInput,"&", "&")
strInput = Replace(strInput,"'", "'")
strInput = Replace(strInput,"""", """)
strInput = Replace(strInput, ">", ">")
strInput = Replace(strInput,"<","<")
ApplyXMLFormatting = strInput
End Function
%>
<rss
xmlns:media="http://search.yahoo.com/mrss/"
xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
<title>599CD Tips</title>
<link>http://599cd.com/Tips/</link>
<atom10:link
xmlns:atom10="http://www.w3.org/2005/Atom"
rel="self" type="application/rss+xml"
href="http://599cd.alexhedley.com/testing/rss/itunes.asp" />
<language>en-US</language>
<lastBuildDate><%=fncFmtDate(Now(), "%a, %d %b %Y %H:%N:%S GMT")%></lastBuildDate>
<description></description>
<copyright>Copyright (c) 2012 599CD.com</copyright>
<media:credit role="author"><%=name%></media:credit>
<media:rating>nonadult</media:rating>
<media:description type="plain">599CD</media:description>
<media:copyright>Copyright (c) 2012 599CD.com</media:copyright>
<media:thumbnail url="<%=logo%>" />
<media:keywords><%=keywords%></media:keywords>
<media:category scheme="http://www.itunes.com/dtds/podcast-1.0.dtd">Technology/Software How-To</media:category>
<itunes:owner>
<itunes:email><%=email%></itunes:email>
<itunes:name><%=name%></itunes:name>
</itunes:owner>
<itunes:author><%=name%></itunes:author>
<itunes:explicit>no</itunes:explicit>
<itunes:image href="<%=logo%>" />
<itunes:keywords><%=ituneskeywords%></itunes:keywords>
<itunes:subtitle>599CD.com</itunes:subtitle>
<itunes:summary>Bite-sized screencasts on Microsoft development.</itunes:summary>
<itunes:category text="Technology">
<itunes:category text="Software How-To" />
</itunes:category>
<item>
<title>Report Columns</title>
<link>http://599cd.com/tips/access/report-columns/</link>
<dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/"><%=email%> (<%=name%>)</dc:creator>
<pubDate><%=fncFmtDate(Now(), "%a, %d %b %Y %H:%N:%S GMT")%></pubDate>
<guid isPermaLink="false">http://599cd.com/tips/access/report-columns/</guid>
<description>Setting up Multiple Columns in your Access 2010 Reports</description>
<itunes:image href="http://www.599cd.com/tips/access/report-columns/defaul41.gif" />
<enclosure url="<%=video%>" length="<%=size%>" type="<%=mimetype%>" />
<media:content url="<%=video%>" type="<%=mimetype%>" />
<itunes:explicit>no</itunes:explicit>
<itunes:subtitle>Setting up Multiple Columns in your Access 2010 Reports</itunes:subtitle>
<itunes:author><%=name%></itunes:author>
<itunes:summary>This tip will show you how to set up multiple columns in your
Microsoft Access 2010 reports. If you're using Access 2007 you should have no problem
following along (they're very similar). If you're using Access 2003, then I cover
columns in Access 205.</itunes:summary>
<itunes:keywords><%=ituneskeywords%></itunes:keywords>
</item>
</channel>
</rss>