 




<?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>IT Answers &#187; Access Datasheet</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/access-datasheet/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 06:08:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Finding Holes in Numerical Sequence</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/finding-holes-in-numerical-sequence/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/finding-holes-in-numerical-sequence/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 10:58:32 +0000</pubDate>
		<dc:creator>CompEng</dc:creator>
				<category><![CDATA[Access Datasheet]]></category>
		<category><![CDATA[AS400 iseries]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Query]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I need help in identifying the missing numbers in a large query. The only problem is that some of the numbers may be alpha and numerical combined or not-they are mixed. Yet all the numbers are in the same column.  The query looks like this SELECT MSPMP100.PRDNO,MSPMP100.CLASS,MSPMP100.DESCP     FROM CARF1.MSPMP100 MSPMP100                                          Where MSPMP100.CLASS= ‘72′ MSPMP100.PRDNO is the [...]]]></description>
				<content:encoded><![CDATA[<p>I need help in identifying the missing numbers in a large query. The only problem is that some of the numbers may be alpha and numerical combined or not-they are mixed. Yet all the numbers are in the same column.  The query looks like this SELECT MSPMP100.PRDNO,MSPMP100.CLASS,MSPMP100.DESCP     FROM CARF1.MSPMP100 MSPMP100                                          Where MSPMP100.CLASS= ‘72′ MSPMP100.PRDNO is the field that would have the part numbers.  and the DESCP is the one that would have the description (but there seems not to be any order to the way the description are entered) So I need to find the holes in the PRDNO and at the same time sort the entire list by the make and models of the DESCP&#8230;.? Any input would be greatly appreciated <br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/finding-holes-in-numerical-sequence/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Linking Carrier and Products in Access 2003</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/linking-carrier-and-products/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/linking-carrier-and-products/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 17:17:40 +0000</pubDate>
		<dc:creator>Jasmine1</dc:creator>
				<category><![CDATA[Access 2003]]></category>
		<category><![CDATA[Access 2003 forms]]></category>
		<category><![CDATA[Access Datasheet]]></category>
		<category><![CDATA[Access Tables]]></category>
		<category><![CDATA[Microsoft Access ComboBox]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have a carrier table and a product table. The Carrier table i have CarrierID and Carrier Name. In the Product Table I have ProdID,Carrier, and Product name. What I want to accomplish on a form is when I select a carrier in a combo window and then select Product in another window , I [...]]]></description>
				<content:encoded><![CDATA[<p>I have a carrier table and a product table. The Carrier table i have CarrierID and Carrier Name. In the Product Table I have ProdID,Carrier, and Product name. What I want to accomplish on a form is when I select a carrier in a combo window and then select Product in another window , I want to only display the products for that specific carrier. I don&#8217;t know exactly how to achieve this &#8211; although I think its pretty simple. Please help</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/linking-carrier-and-products/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can I ensure that the invoice data goes to the correct record on the subform datasheet?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/data-in-right-record-of-subform-datasheet/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/data-in-right-record-of-subform-datasheet/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 08:46:09 +0000</pubDate>
		<dc:creator>Jhegarty</dc:creator>
				<category><![CDATA[Access Datasheet]]></category>
		<category><![CDATA[Access forms]]></category>
		<category><![CDATA[Microsoft Access subforms]]></category>
		<category><![CDATA[Visual Basic Data Report]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I use a form to hold the details of a client. The form has a subform [datasheet] which details each visit that the client makes. To do an invoice for the visit I have a pop-up form. I would like information from that pop-up form to be transferred to the datasheet subform. How can I [...]]]></description>
				<content:encoded><![CDATA[<p>I use a form to hold the details of a client. The form has a subform [datasheet] which details each visit that the client makes. To do an invoice for the visit I have a pop-up form. I would like information from that pop-up form to be transferred to the datasheet subform. How can I ensure that the invoice data goes to the correct record on the subform datasheet? It seems to depend on where the cursor was before leaving the subform. I want to be sure that the invoice data goes into the most recent record [they are listed in date order]. Is there any way in VB to ensure that the invoice data goes to the correct record? Thanks</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/data-in-right-record-of-subform-datasheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS Access Datasheet sorting using Runtime</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ms-access-datasheet-sorting-using-runtime/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/ms-access-datasheet-sorting-using-runtime/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 18:23:58 +0000</pubDate>
		<dc:creator>TJay</dc:creator>
				<category><![CDATA[Access Datasheet]]></category>
		<category><![CDATA[ComboBox]]></category>
		<category><![CDATA[Microsoft Access 2003]]></category>
		<category><![CDATA[RunTime]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[In Access 2000 runtime is it possible to enable some quick an easy sorting on a DataSheet view in a subform?  I am currently using a ComboBox to achive this, but it would be more intuitive for the users to just be able to click on the column heading like one would do in Windows [...]]]></description>
				<content:encoded><![CDATA[<p>In Access 2000 runtime is it possible to enable some quick an easy sorting on a DataSheet view in a subform?  I am currently using a ComboBox to achive this, but it would be more intuitive for the users to just be able to click on the column heading like one would do in Windows Explorer..  </p>
<p>Thanks!</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/ms-access-datasheet-sorting-using-runtime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Access Query</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-access-query/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/sql-access-query/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 11:00:29 +0000</pubDate>
		<dc:creator>CompEng</dc:creator>
				<category><![CDATA[Access Datasheet]]></category>
		<category><![CDATA[Access query]]></category>
		<category><![CDATA[Microsoft Access]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Access]]></category>
		<category><![CDATA[SQL Query]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am using the book SQL for Microsoft Access. and the below statement is from the book and for some reasone I am getting a sytex error on the  word &#8220;Udate&#8221;     Why would that be?  CREATE TABLE Manufacture ( ManufactureID INTEGER CONSTRAINT ManfID PRIMARY KEY, ToyID INTEGER NOT NULL, CompanyName CHAR (50) NOT NULL, [...]]]></description>
				<content:encoded><![CDATA[<p>I am using the book SQL for Microsoft Access. and the below statement is from the book and for some reasone I am getting a sytex error on the  word &#8220;Udate&#8221; <br/><br/>     Why would that be?<br/><br/>  CREATE TABLE Manufacture ( ManufactureID INTEGER CONSTRAINT ManfID PRIMARY KEY, ToyID INTEGER NOT NULL, CompanyName CHAR (50) NOT NULL, Address CHAR (50) NOT NULL, City CHAR (20) NOT NULL, State CHAR (2), Postalcode CHAR (5) NOT NULL, Areacode CHAR (3), Phonenumber CHAR (8) NOT NULL UNIQUE, CONSTRAINT ToyFK FOREIGN KEY (ToyID) REFERENCES Toy (ToyID) ON UPDATE CASCADE ON DELETE CASCADE );<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/sql-access-query/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SQL</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-14/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/sql-14/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 16:40:10 +0000</pubDate>
		<dc:creator>CompEng</dc:creator>
				<category><![CDATA[Access 2000]]></category>
		<category><![CDATA[Access Datasheet]]></category>
		<category><![CDATA[Microsoft Access 2000]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Windows Server 2000]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[is it possible to have a where sql statement that is open ended. I have notice that there are time that parameter box pops up with some the Access pass-through queries that I have.  Is it possible  with SQL to be able to have a box pop up that would ask for a specific input to [...]]]></description>
				<content:encoded><![CDATA[<p>is it possible to have a where sql statement that is open ended. I have notice that there are time that parameter box pops up with some the Access pass-through queries that I have.  Is it possible  with SQL to be able to have a box pop up that would ask for a specific input to the where statement criteria?  <br/><br/> In the query <br/><br/> Select INMSP300.M3OE# as &#8220;OENo&#8221;, INMSP300.M3OEC as &#8220;ComprsOE&#8221;, INMSP300.M3PRD as &#8220;PN&#8221;, INMSP300.M3CLS as &#8220;PrdLine&#8221;, INMSP100.MSAPP, INMSP100.MSPRD, INMSP100.MSRDTM as &#8220;rtd-Month&#8221;, INMSP100.MSRDTD as &#8220;rdc-Day&#8221;, INMSP100.MSRDTY as &#8220;rtc-Year&#8221;, INMSP100.MSMPC as &#8220;Phase&#8221; From rdb.CARF1.INMSP300 INMSP300 join rdb.CARF1.INMSP100 INMSP100 on M3PRD = MSPRD Where INMSP300.M3CLS =&#8217;77&#8242;  and INMSP100.MSRDTY = &#8217;09&#8242;  and INMSP100.MSRDTM = &#8217;11&#8242; order by INMSP100.MSMPC<br/><br/> I would like to keep these (INMSP300.M3CLS =&#8217;77&#8242;   INMSP100.MSRDTY = &#8217;09   &#8216;INMSP100.MSRDTM = &#8217;11&#8242; )  open so that a pop-up would allow me to input different values.  Something to the fact (INMSP300.M3CLS =&#8217;&#8211;&#8217;   INMSP100.MSRDTY = &#8216;&#8211;   &#8216;INMSP100.MSRDTM = &#8216;&#8211;&#8217; ) What would be the statement and if this is possible how would it be written. <br/><br/>  <br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/sql-14/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>How to use SQL to filter columns in a spreadsheet.</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-use-sql-to-filter-columns-in-a-spreadsheet/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-use-sql-to-filter-columns-in-a-spreadsheet/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 12:43:09 +0000</pubDate>
		<dc:creator>CompEng</dc:creator>
				<category><![CDATA[Access Datasheet]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have a query that is listed below. I need to develop a statement that would filter the month and the year as well as the Phase informaton in the access table.  __________________________________________________________________ Select INMSP300.M3OE# as &#8220;OENo&#8221;, INMSP300.M3OEC as &#8220;ComprsOE&#8221;, INMSP300.M3PRD as &#8220;PN&#8221;, INMSP300.M3CLS as &#8220;PrdLine&#8221;, INMSP100.MSAPP, INMSP100.MSPRD, [strong]INMSP100.MSRDTM as &#8220;rtd-Month&#8221;, INMSP100.MSRDTD as &#8220;rdc-Day&#8221;, INMSP100.MSRDTY as &#8220;rtc-Year&#8221;, [...]]]></description>
				<content:encoded><![CDATA[<p>I have a query that is listed below. I need to develop a statement that would filter the month and the year as well as the Phase informaton in the access table.  __________________________________________________________________<br/><br/> Select INMSP300.M3OE# as &#8220;OENo&#8221;, INMSP300.M3OEC as &#8220;ComprsOE&#8221;, INMSP300.M3PRD as &#8220;PN&#8221;, INMSP300.M3CLS as &#8220;PrdLine&#8221;, INMSP100.MSAPP, INMSP100.MSPRD, [strong]INMSP100.MSRDTM as &#8220;rtd-Month&#8221;, INMSP100.MSRDTD as &#8220;rdc-Day&#8221;, INMSP100.MSRDTY as &#8220;rtc-Year&#8221;, INMSP100.[/strong]MSMPC as &#8220;Phase&#8221;        From rdb.CARF1.INMSP300 INMSP300 join rdb.CARF1.INMSP100 INMSP100 on M3PRD = MSPRD Where  INMSP300.M3CLS =&#8217;79&#8242;<br/><br/> ________________________________________________________________<br/><br/> I want to filter the spreadsheet so the [strong]INMSP100.MSRDTMas &#8220;rtd-Month&#8221; =11[/strong] and the [strong]rtc-Year=12[/strong], and then I need the [strong]INMSP100.MSMPC as &#8220;Phanse&#8221; grouped[/strong] as for lowest number to highest. Then numbers are few 1,2,3, and 4.  So would it be a group or a &#8220;What&#8221;?  What would I need to do to the this statement above to be able to accomplish this?<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-use-sql-to-filter-columns-in-a-spreadsheet/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Working with SQL: Extracting Data or Text within a Query, adding new column for extracted data</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/working-with-sql-extracting-data-or-text-within-a-query-adding-new-column-for-extracted-data/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/working-with-sql-extracting-data-or-text-within-a-query-adding-new-column-for-extracted-data/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 15:29:57 +0000</pubDate>
		<dc:creator>CompEng</dc:creator>
				<category><![CDATA[Access Datasheet]]></category>
		<category><![CDATA[AS/400]]></category>
		<category><![CDATA[as/400 data]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have created a passthrough query in access to draw information from an AS400 system. I have also created some tables in excel and copied and pasted them into access to link them to the AS 400 query via access. So as of now I have three files in one access passthrough query. The one [...]]]></description>
				<content:encoded><![CDATA[<p>I have created a passthrough query in access to draw information from an AS400 system. I have also created some tables in excel and copied and pasted them into access to link them to the AS 400 query via access. So as of now I have three files in one access passthrough query. The one file is &#8221; 5000Phantoms79w/VNos&#038;others&#8221;, the second is &#8220;ms0802all79&#8243;, and the third is &#8220;IN014079 woE&#8221;. The query looks like this: <br/><br/> *SELECT [5000Phantoms79w/VNos&#038;others].PhtomNo, [5000Phantoms79w/VNos&#038;others].OEMno, [5000Phantoms79w/VNos&#038;others].[V PartNo], [5000Phantoms79w/VNos&#038;others].Application, ms0802all79.PRDNO, ms0802all79.DESCP <br/><br/> FROM ([5000Phantoms79w/VNos&#038;others] LEFT JOIN ms0802all79 ON [5000Phantoms79w/VNos&#038;others].[V PartNo] = ms0802all79.PRDNO) LEFT JOIN [IN0140 79 wOE] ON ms0802all79.PRDNO = [IN0140 79 wOE].PN; *<br/><br/>  Now in the file ms0802 there is a table “App.” It lists the description with a Yr attached. The text format of the yearly is not in a specific order. Is there any way to extract the date-year form one table (Column) and create a new column that would then contain that extracted data?<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/working-with-sql-extracting-data-or-text-within-a-query-adding-new-column-for-extracted-data/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Access &amp; iSeries AS400 Tbl and Query Issues Error Code 5001</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/access-iseries-as400-tbl-and-query-issues-error-code-5001/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/access-iseries-as400-tbl-and-query-issues-error-code-5001/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 13:44:20 +0000</pubDate>
		<dc:creator>CompEng</dc:creator>
				<category><![CDATA[Access Datasheet]]></category>
		<category><![CDATA[AS/400]]></category>
		<category><![CDATA[DB2]]></category>
		<category><![CDATA[iSeries Access]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am in Access and I have (A) a passthrough queries=(INMSP300) and (B) table queries=(dbo_ECC_APP.OEM),I want to join. In the dbo_ECC_APP.OEM there are number identifiers that have no associate number were in INMSP300 there are both and they are associated. So I need to have all the number in the INMSP300 showing and only those in [...]]]></description>
				<content:encoded><![CDATA[<p>I am in Access and I have (A) a passthrough queries=(INMSP300) and (B) table queries=(dbo_ECC_APP.OEM),I want to join. In the dbo_ECC_APP.OEM there are number identifiers that have no associate number were in INMSP300 there are both and they are associated. So I need to have all the number in the INMSP300 showing and only those in the dbo_ECC_APp.OEM matching. I am tying to join the table query and AS400/Acess query by using the Access passthrough query to join together to form a complete new query. <br/><br/> The table is {<b>[em]dbo_ECC_APP.OEM] [/em]and the passthrough query is [[strong]INMSP300[/strong]]. When I try to run the query the error I code below&gt;&gt;</b><br/><br/>       [IBM][System i Access ODBC Drive][DB2 for i5/OS]sql5001. Column qualifier or table dbo_edd_ppp undefined. (#-5001). <br/><br/>   What does that mean? At the same time is the SQL statement below adequate for the above to work? Below is the statement.<br/><br/> [strong] Select<br/><br/>  <br/><br/> [/strong] INMSP300.M3OE# as &#8220;OEM_NO&#8221;, INMSP300.M3OEC as &#8220;ComprsOE&#8221;, INMSP300.M3PRD as &#8220;PN&#8221;, INMSP300.M3CLS as &#8220;PrdLine&#8221;, <i>[strong]dbo_ECC_APP.OEM[/strong]_NO, dbo_ECC_APP.CARDONE_NO, dbo_ECC_APP.OE_FORMER2, dbo_ECC_APP.OE_REPLACED_BY, dbo_ECC_APP.ID_NO, dbo_ECC_APP.RELEASE [strong]From[/strong] RDB CARF1.INMSP300 INMSP300l LEFT join RDB dbo_ECC_APP dbo_ECC_APP, ComprsOE=OEM_N0 [strong]Where[/strong] INMSP300.M3CLS =&#8217;78&#8242; and INMSP300 is NULL;</i></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/access-iseries-as400-tbl-and-query-issues-error-code-5001/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access &#8211; Bound sub form trying to set the value of an unbound field</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/bound-sub-form-trying-to-set-the-value-of-an-unbound-field/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/bound-sub-form-trying-to-set-the-value-of-an-unbound-field/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 15:44:42 +0000</pubDate>
		<dc:creator>TJay</dc:creator>
				<category><![CDATA[Access Database]]></category>
		<category><![CDATA[Access Datasheet]]></category>
		<category><![CDATA[Microsoft Access]]></category>
		<category><![CDATA[Microsoft Access subforms]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have a bound sub form with a Datasheet view.. One of the fields on the form I want to be unbound, but still display the value of a field for row displayed. How do I show the value.]]></description>
				<content:encoded><![CDATA[<p>I have a bound sub form with a Datasheet view.. One of the fields on the form I want to be unbound, but still display the value of a field for row displayed.  How do I show the value.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/bound-sub-form-trying-to-set-the-value-of-an-unbound-field/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/16 queries in 0.025 seconds using memcached
Object Caching 932/977 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 07:07:59 -->