<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Child ID Access &#187; ms access</title>
	<atom:link href="http://www.childidaccess.com/category/ms-access/feed" rel="self" type="application/rss+xml" />
	<link>http://www.childidaccess.com</link>
	<description></description>
	<lastBuildDate>Sun, 05 Feb 2012 00:50:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Is it possible to build a Mathematics questions database in MS Access?</title>
		<link>http://www.childidaccess.com/ms-access/is-it-possible-to-build-a-mathematics-questions-database-in-ms-access</link>
		<comments>http://www.childidaccess.com/ms-access/is-it-possible-to-build-a-mathematics-questions-database-in-ms-access#comments</comments>
		<pubDate>Tue, 31 Jan 2012 05:56:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ms access]]></category>

		<guid isPermaLink="false">http://www.childidaccess.com/ms-access/is-it-possible-to-build-a-mathematics-questions-database-in-ms-access</guid>
		<description><![CDATA[Am making a mathematics questions database in MS access. Everything seemed okay until it came to storing mathematical equations in a field. The problem is that the field can take up the Mathematics text in the questions but not the equation nor the Mathematics diagrams. Can someone out there help me with this . It [...]]]></description>
			<content:encoded><![CDATA[<p>Am making a mathematics questions database in MS access. Everything seemed okay until it came to storing mathematical equations in a field. The problem is that the field can take up the Mathematics text in the questions but not the equation nor the Mathematics diagrams. Can someone out there help me with this . It is very urgent.<br />
<br />You can store math equations in database if you use data type as text. To change data type open table into design view and you can choose data type for column.<br />
And for storing diagrams you should use data type as OLE. go through this tutorial for learning it.<br />
http://office.microsoft.com/en-us/access-help/store-images-in-a-database-HP005280225.aspx</p>
]]></content:encoded>
			<wfw:commentRss>http://www.childidaccess.com/ms-access/is-it-possible-to-build-a-mathematics-questions-database-in-ms-access/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How do i open a table in my ms access database into a pdf view?</title>
		<link>http://www.childidaccess.com/ms-access/how-do-i-open-a-table-in-my-ms-access-database-into-a-pdf-view</link>
		<comments>http://www.childidaccess.com/ms-access/how-do-i-open-a-table-in-my-ms-access-database-into-a-pdf-view#comments</comments>
		<pubDate>Sat, 22 Oct 2011 00:30:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ms access]]></category>

		<guid isPermaLink="false">http://www.childidaccess.com/ms-access/how-do-i-open-a-table-in-my-ms-access-database-into-a-pdf-view</guid>
		<description><![CDATA[Hi,
On my work it states : Print screen the final report in PDF view.
How can i do this im using ms access 2010. Ive already tried going into print and seeing if the option was there, but unfortunately it wasn&#8217;t.
Thanks
Maybe you need to install a pdf printer firstly before use the print screen function.
You can [...]]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>On my work it states : Print screen the final report in PDF view.</p>
<p>How can i do this im using ms access 2010. Ive already tried going into print and seeing if the option was there, but unfortunately it wasn&#8217;t.</p>
<p>Thanks<br />
<br />Maybe you need to install a pdf printer firstly before use the print screen function.</p>
<p>You can try to download a pdf printer, I am using simpo pdf creator lite, it&#8217;s a freeware.</p>
<p>Then install it and open your ms access 2010, go to Print and choose it as printer, click OK to print to pdf.</p>
<p>I always use this way to print my office or images to pdf format, it works well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.childidaccess.com/ms-access/how-do-i-open-a-table-in-my-ms-access-database-into-a-pdf-view/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to make a web page write to a MS Access Database?</title>
		<link>http://www.childidaccess.com/ms-access/how-to-make-a-web-page-write-to-a-ms-access-database</link>
		<comments>http://www.childidaccess.com/ms-access/how-to-make-a-web-page-write-to-a-ms-access-database#comments</comments>
		<pubDate>Sat, 23 Jul 2011 19:16:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ms access]]></category>

		<guid isPermaLink="false">http://www.childidaccess.com/ms-access/how-to-make-a-web-page-write-to-a-ms-access-database</guid>
		<description><![CDATA[I am going to collect data from users on my self hosted website with IIS by using a web form.  Such data collected might include email, name, etc.  How do I have the form write to a MS Access Database in the website&#8217;s folder?  Please include examples if possible.  Thanks in [...]]]></description>
			<content:encoded><![CDATA[<p>I am going to collect data from users on my self hosted website with IIS by using a web form.  Such data collected might include email, name, etc.  How do I have the form write to a MS Access Database in the website&#8217;s folder?  Please include examples if possible.  Thanks in advance.<br />
<br />You can&#8217;t have the form directly submit to a database. You have to have a server-side program ( written using ASP, PHP, Python, or any other language actually) capture the request and add it in on the server side. Also, don&#8217;t put the database in the same folder as the website- that means that anyone can download the file. And you shouldn&#8217;t be using Access for a web program anyway, because that means the system would crash if two people tried submitting at the same time. Use a real database like SQL Server, MySQL, or PostgreSQL.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.childidaccess.com/ms-access/how-to-make-a-web-page-write-to-a-ms-access-database/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to make reports of each record in a separate new page in MS Access 2007?</title>
		<link>http://www.childidaccess.com/ms-access/how-to-make-reports-of-each-record-in-a-separate-new-page-in-ms-access-2007</link>
		<comments>http://www.childidaccess.com/ms-access/how-to-make-reports-of-each-record-in-a-separate-new-page-in-ms-access-2007#comments</comments>
		<pubDate>Wed, 20 Jul 2011 01:00:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ms access]]></category>

		<guid isPermaLink="false">http://www.childidaccess.com/ms-access/how-to-make-reports-of-each-record-in-a-separate-new-page-in-ms-access-2007</guid>
		<description><![CDATA[I am using report function of MS Access. Is it possible that each record in report begins at new page and not all in one page
how to do this?
u should add page break by using page break control in report design view
it is available in control list, you can place it any where you want [...]]]></description>
			<content:encoded><![CDATA[<p>I am using report function of MS Access. Is it possible that each record in report begins at new page and not all in one page<br />
how to do this?<br />
<br />u should add page break by using page break control in report design view<br />
it is available in control list, you can place it any where you want to start a new page,<br />
if every record in needed to be on separate page place it on detail section of your report.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.childidaccess.com/ms-access/how-to-make-reports-of-each-record-in-a-separate-new-page-in-ms-access-2007/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to show a MS Access datafield&#8217;d value in option button&#8217;s name in VB2008 ?</title>
		<link>http://www.childidaccess.com/ms-access/how-to-show-a-ms-access-datafieldd-value-in-option-buttons-name-in-vb2008</link>
		<comments>http://www.childidaccess.com/ms-access/how-to-show-a-ms-access-datafieldd-value-in-option-buttons-name-in-vb2008#comments</comments>
		<pubDate>Sat, 14 May 2011 06:22:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ms access]]></category>

		<guid isPermaLink="false">http://www.childidaccess.com/ms-access/how-to-show-a-ms-access-datafieldd-value-in-option-buttons-name-in-vb2008</guid>
		<description><![CDATA[When I added a MS Access database to my VB2008 project and I dragged the whole table on the form in &#34;Details&#34; mode showing some of the data fields as text boxes, some as labels. I want to show some of the data fields as radio buttons (option buttons). But the name of the radio [...]]]></description>
			<content:encoded><![CDATA[<p>When I added a MS Access database to my VB2008 project and I dragged the whole table on the form in &quot;Details&quot; mode showing some of the data fields as text boxes, some as labels. I want to show some of the data fields as radio buttons (option buttons). But the name of the radio button appears whereas I want that the corressponding datafield value must appear there. Please tell me the solution.<br />
<br />Put an a command after the value changes to [Object].Name = Name</p>
]]></content:encoded>
			<wfw:commentRss>http://www.childidaccess.com/ms-access/how-to-show-a-ms-access-datafieldd-value-in-option-buttons-name-in-vb2008/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What do I have to add to a table in MS Access so that an unique picture is associated with each record?</title>
		<link>http://www.childidaccess.com/ms-access/what-do-i-have-to-add-to-a-table-in-ms-access-so-that-an-unique-picture-is-associated-with-each-record</link>
		<comments>http://www.childidaccess.com/ms-access/what-do-i-have-to-add-to-a-table-in-ms-access-so-that-an-unique-picture-is-associated-with-each-record#comments</comments>
		<pubDate>Sat, 16 Apr 2011 09:24:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ms access]]></category>

		<guid isPermaLink="false">http://www.childidaccess.com/ms-access/what-do-i-have-to-add-to-a-table-in-ms-access-so-that-an-unique-picture-is-associated-with-each-record</guid>
		<description><![CDATA[I have created a table of employees in a MS Access database. The fields include: ID, Name, and Employment Status. What type of field to I have to add to this table so that an unique photograph of each employer is associated with that employee when a form is created from this table. In other [...]]]></description>
			<content:encoded><![CDATA[<p>I have created a table of employees in a MS Access database. The fields include: ID, Name, and Employment Status. What type of field to I have to add to this table so that an unique photograph of each employer is associated with that employee when a form is created from this table. In other words, I want to be able to access the employee record through a form which also displays the employee&#8217;s photograph.<br />
<br />Store the photograph on the hard drive in a seperate folder, store the path to the photograph in your database.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.childidaccess.com/ms-access/what-do-i-have-to-add-to-a-table-in-ms-access-so-that-an-unique-picture-is-associated-with-each-record/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What&#8217;s the difference between MySql, T-Sql , Oracle , MS Access when it comes to SQL commands?</title>
		<link>http://www.childidaccess.com/ms-access/whats-the-difference-between-mysql-t-sql-oracle-ms-access-when-it-comes-to-sql-commands</link>
		<comments>http://www.childidaccess.com/ms-access/whats-the-difference-between-mysql-t-sql-oracle-ms-access-when-it-comes-to-sql-commands#comments</comments>
		<pubDate>Sun, 10 Apr 2011 06:14:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ms access]]></category>

		<guid isPermaLink="false">http://www.childidaccess.com/ms-access/whats-the-difference-between-mysql-t-sql-oracle-ms-access-when-it-comes-to-sql-commands</guid>
		<description><![CDATA[Why is there so many different ways of writing SQL commands?
Aren&#8217;t they all doing the same thing? So why does there have to be a difference in the way the commands are written?
I know how to write them in regular SQL.
But what does it mean when someone say , write it for MySql or Oracle [...]]]></description>
			<content:encoded><![CDATA[<p>Why is there so many different ways of writing SQL commands?<br />
Aren&#8217;t they all doing the same thing? So why does there have to be a difference in the way the commands are written?<br />
I know how to write them in regular SQL.<br />
But what does it mean when someone say , write it for MySql or Oracle Sql or Transact SQL or for MS Access?<br />
<br />sql follows a standard syntax, however, different vendors apply more reserved word or more functions in their &#8216;versions&#8217; or extensions. what that someone is telling you is to use standard sql and not extensions&#8217; syntax.</p>
<p>For example:  PL/SQL (used in oracle db) allows you to use &quot;+=&quot; to indicate a left outer join, but T-SQL (microsoft sqlserver) doesn&#8217;t recognize it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.childidaccess.com/ms-access/whats-the-difference-between-mysql-t-sql-oracle-ms-access-when-it-comes-to-sql-commands/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How do you update a database on MS_Access via a program on VB?</title>
		<link>http://www.childidaccess.com/ms-access/how-do-you-update-a-database-on-ms_access-via-a-program-on-vb</link>
		<comments>http://www.childidaccess.com/ms-access/how-do-you-update-a-database-on-ms_access-via-a-program-on-vb#comments</comments>
		<pubDate>Thu, 07 Apr 2011 14:48:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ms access]]></category>

		<guid isPermaLink="false">http://www.childidaccess.com/ms-access/how-do-you-update-a-database-on-ms_access-via-a-program-on-vb</guid>
		<description><![CDATA[I am attempting to write a program on visual basic that will allow me to update and add new information onto an existing database I have made in MS Access. How will I proceed with the coding for this?
Thank you.
The subject is too complex and cannot be explained just in few words. I&#8217;m suggesting to [...]]]></description>
			<content:encoded><![CDATA[<p>I am attempting to write a program on visual basic that will allow me to update and add new information onto an existing database I have made in MS Access. How will I proceed with the coding for this?<br />
Thank you.<br />
<br />The subject is too complex and cannot be explained just in few words. I&#8217;m suggesting to read some online tutorial, for example this one http://www.homeandlearn.co.uk/net/nets12p4.html</p>
]]></content:encoded>
			<wfw:commentRss>http://www.childidaccess.com/ms-access/how-do-you-update-a-database-on-ms_access-via-a-program-on-vb/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How do you create a table using wizard and design view in MS Access 2003?</title>
		<link>http://www.childidaccess.com/ms-access/how-do-you-create-a-table-using-wizard-and-design-view-in-ms-access-2003</link>
		<comments>http://www.childidaccess.com/ms-access/how-do-you-create-a-table-using-wizard-and-design-view-in-ms-access-2003#comments</comments>
		<pubDate>Tue, 05 Apr 2011 14:03:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ms access]]></category>

		<guid isPermaLink="false">http://www.childidaccess.com/ms-access/how-do-you-create-a-table-using-wizard-and-design-view-in-ms-access-2003</guid>
		<description><![CDATA[Is there any different in creating table in Access using design and wizard views, that is, in MS office 2003.
Using the wizard mode to create a table in Access 2003 will walk you through the steps of creating a table. Using Design mode doesn&#8217;t walk you through each step of creating a table but allows [...]]]></description>
			<content:encoded><![CDATA[<p>Is there any different in creating table in Access using design and wizard views, that is, in MS office 2003.<br />
<br />Using the wizard mode to create a table in Access 2003 will walk you through the steps of creating a table. Using Design mode doesn&#8217;t walk you through each step of creating a table but allows you to change specific details about each field in the table. If you don&#8217;t have alot of experience with using Access I would recommend using the wizard to create your tables. Once you feel more comfortable with access you can start using the design mode.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.childidaccess.com/ms-access/how-do-you-create-a-table-using-wizard-and-design-view-in-ms-access-2003/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to connect to MS Access Database in Visual c sharp 2008?</title>
		<link>http://www.childidaccess.com/ms-access/how-to-connect-to-ms-access-database-in-visual-c-sharp-2008</link>
		<comments>http://www.childidaccess.com/ms-access/how-to-connect-to-ms-access-database-in-visual-c-sharp-2008#comments</comments>
		<pubDate>Wed, 15 Dec 2010 04:23:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ms access]]></category>

		<guid isPermaLink="false">http://www.childidaccess.com/ms-access/how-to-connect-to-ms-access-database-in-visual-c-sharp-2008</guid>
		<description><![CDATA[I am creating an application on Windows 7 (64 bit os ). And it is showing error while connecting an MS access database. Plzz let me know how to do it.
well brother I don&#8217;t know which version you are using of MS Access, but I think you must be using MS Access 2007, just follow [...]]]></description>
			<content:encoded><![CDATA[<p>I am creating an application on Windows 7 (64 bit os ). And it is showing error while connecting an MS access database. Plzz let me know how to do it.<br />
<br />well brother I don&#8217;t know which version you are using of MS Access, but I think you must be using MS Access 2007, just follow this link you will be clarified: http://connectionstrings.com/access-2007</p>
]]></content:encoded>
			<wfw:commentRss>http://www.childidaccess.com/ms-access/how-to-connect-to-ms-access-database-in-visual-c-sharp-2008/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

