<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Microsoft Access Forums</title>
		<link>http://www.accessforums.net/</link>
		<description>Discussion forum for Microsoft Access users.</description>
		<language>en</language>
		<lastBuildDate>Sat, 25 May 2013 20:49:22 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.accessforums.net/images/misc/rss.png</url>
			<title>Microsoft Access Forums</title>
			<link>http://www.accessforums.net/</link>
		</image>
		<item>
			<title><![CDATA[Command button "Detail for specific entry"]]></title>
			<link>http://www.accessforums.net/reports/command-button-detail-specific-entry-35176.html</link>
			<pubDate>Sat, 25 May 2013 16:46:16 GMT</pubDate>
			<description><![CDATA[Hi everyone, 
 
I'm new at Access and currently try to basically create a form that will display all my entries, but with a button next to each entry...]]></description>
			<content:encoded><![CDATA[<div>Hi everyone,<br />
<br />
I'm new at Access and currently try to basically create a form that will display all my entries, but with a button next to each entry that will open a &quot;detail&quot; form for this specific one. <br />
<br />
I have placed a button with the action &quot;OpenForm&quot; but it keeps opening the details for all entries on the same screen, I don't find the switch to make sure it displays only the details to the entry to which it is related. <br />
<br />
Could anyone help ? That'd be highly appreciated ;)<br />
<br />
Thanks !</div>

]]></content:encoded>
			<category domain="http://www.accessforums.net/reports/">Reports</category>
			<dc:creator>Daimios</dc:creator>
			<guid isPermaLink="true">http://www.accessforums.net/reports/command-button-detail-specific-entry-35176.html</guid>
		</item>
		<item>
			<title>database</title>
			<link>http://www.accessforums.net/database-design/database-35175.html</link>
			<pubDate>Sat, 25 May 2013 16:01:24 GMT</pubDate>
			<description>hi guys,i have an access 2007 problem that i need help with...i am making a school database and i have reached a wall,okay heres the  scenario.this...</description>
			<content:encoded><![CDATA[<div>hi guys,i have an access 2007 problem that i need help with...i am making a school database and i have reached a wall,okay heres the  scenario.this school rewards the best performing students at the end of every term. The top 3 students in each class are awarded book vouchers whose values are as shown.on the tabel below.<br />
i have a table with student details, a table with the schools &quot;form&quot; and an already calculated table of students marks,and average scores.so my question is,how do i make access to choose only the top 3 best performing students in each &quot;form&quot; and award them correctly with the book vouchers..plz help<br />
<div class="cms_table"><table class="cms_table_grid" width="500"><tr valign="top" class="cms_table_grid_tr"><TD class="cms_table_grid_td">class</TD>
<TD class="cms_table_grid_td">postion 1</TD>
<TD class="cms_table_grid_td">postion 2</TD>
<TD class="cms_table_grid_td">postion 3</TD>
</tr>
<tr valign="top" class="cms_table_grid_tr"><TD class="cms_table_grid_td">Form 1</TD>
<TD class="cms_table_grid_td">1,100</TD>
<TD class="cms_table_grid_td">900</TD>
<TD class="cms_table_grid_td">600</TD>
</tr>
<tr valign="top" class="cms_table_grid_tr"><TD class="cms_table_grid_td">Form 2</TD>
<TD class="cms_table_grid_td">1,300</TD>
<TD class="cms_table_grid_td">1000</TD>
<TD class="cms_table_grid_td">700</TD>
</tr>
<tr valign="top" class="cms_table_grid_tr"><TD class="cms_table_grid_td">Form 3</TD>
<TD class="cms_table_grid_td">1,600</TD>
<TD class="cms_table_grid_td">1,200</TD>
<TD class="cms_table_grid_td">800</TD>
</tr>
<tr valign="top" class="cms_table_grid_tr"><TD class="cms_table_grid_td">Form 4</TD>
<TD class="cms_table_grid_td">2,000</TD>
<TD class="cms_table_grid_td">1,500</TD>
<TD class="cms_table_grid_td">1,000</TD>
</tr>
</table></div>
</div>

]]></content:encoded>
			<category domain="http://www.accessforums.net/database-design/">Database Design</category>
			<dc:creator>yiega</dc:creator>
			<guid isPermaLink="true">http://www.accessforums.net/database-design/database-35175.html</guid>
		</item>
		<item>
			<title><![CDATA[[Solved] Problem with tab key on last control on a form page]]></title>
			<link>http://www.accessforums.net/forms/problem-tab-key-last-control-form-page-35174.html</link>
			<pubDate>Sat, 25 May 2013 12:24:26 GMT</pubDate>
			<description>Hello everybody. 
 
I have made a form for data entry which has some pages. A next page button is the last control on each page and a go to next page...</description>
			<content:encoded><![CDATA[<div>Hello everybody.<br />
<br />
I have made a form for data entry which has some pages. A next page button is the last control on each page and a go to next page command is triggered on click event (which has been entered using vba) and it works fine. Now the bad thing is:<br />
<br />
If the user hits tab or enter when the next page button is on focus, he/she goes to the next record which is something I don't want, as he/she may not realize it and continue entering values as if he/she was in the previous record.<br />
<br />
I tried entering on key press event for the next page buttons <div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">If KeyCode = 9 Then PageWhatever.SetFocus End If</code><hr />
</div> but it just ignores it... Any ideas on why this may happen?<br />
<br />
Thanks in advance</div>

]]></content:encoded>
			<category domain="http://www.accessforums.net/forms/">Forms</category>
			<dc:creator>akotronis</dc:creator>
			<guid isPermaLink="true">http://www.accessforums.net/forms/problem-tab-key-last-control-form-page-35174.html</guid>
		</item>
		<item>
			<title>button for youtube in access 2003</title>
			<link>http://www.accessforums.net/programming/button-youtube-access-2003-a-35173.html</link>
			<pubDate>Sat, 25 May 2013 09:20:56 GMT</pubDate>
			<description><![CDATA[Hi there I am a newby, and I have been asked by my manager to create a database for LP's (ancient i know). what i am trying to do is cretae a button...]]></description>
			<content:encoded><![CDATA[<div>Hi there I am a newby, and I have been asked by my manager to create a database for LP's (ancient i know). what i am trying to do is cretae a button that will take data out of A and B text box and put this in the youtube search bar and search automaticly. i am not sure if this can be done but would appreciate any help on this issue.<br />
<br />
Thanks<br />
<br />
James</div>

]]></content:encoded>
			<category domain="http://www.accessforums.net/programming/">Programming</category>
			<dc:creator>chezster1234</dc:creator>
			<guid isPermaLink="true">http://www.accessforums.net/programming/button-youtube-access-2003-a-35173.html</guid>
		</item>
		<item>
			<title>how to display the last order date</title>
			<link>http://www.accessforums.net/access/how-display-last-order-date-35172.html</link>
			<pubDate>Sat, 25 May 2013 06:42:33 GMT</pubDate>
			<description>Hi all I have a customer table (http://www.dbforums.com/#) with an address Column and an Order table with a OrderDate column . 
I would like to...</description>
			<content:encoded><![CDATA[<div><font color="#000000"><span style="font-family: verdana">Hi all I have a </span></font><a href="http://www.dbforums.com/#" target="_blank" rel="nofollow"><font color="blue"><span style="font-family: inherit !important"><span style="font-family: inherit !important">customer </span><span style="font-family: inherit !important">table</span></span></font></a><font color="#000000"><span style="font-family: verdana"> with an address Column and an Order table with a OrderDate column .</span></font><br />
<font color="#000000"><span style="font-family: verdana">I would like to create a Query that would display the customer address and only the Last order made.</span></font><br />
<font color="#000000"><span style="font-family: verdana">So far I was only able to display the address and and all the Order dates</span></font></div>

]]></content:encoded>
			<category domain="http://www.accessforums.net/access/">Access</category>
			<dc:creator>JRCharlie</dc:creator>
			<guid isPermaLink="true">http://www.accessforums.net/access/how-display-last-order-date-35172.html</guid>
		</item>
		<item>
			<title>Grouping Query getting multiple rows in access with vb6</title>
			<link>http://www.accessforums.net/queries/grouping-query-getting-multiple-rows-access-vb6-35171.html</link>
			<pubDate>Sat, 25 May 2013 05:53:40 GMT</pubDate>
			<description>friends... 
 
can anybody check this query and tell me where i am making mistake...i have to get a single row for each record...but i am getting...</description>
			<content:encoded><![CDATA[<div>friends...<br />
<br />
can anybody check this query and tell me where i am making mistake...i have to get a single row for each record...but i am getting mutiple rows...this is ms-access query with vb6 as front end.<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&quot;select [stdentry.sno],[stdentry.branch],[stdentry.stdname],[stdentry.amtobepaid],&quot; _<br />
&amp; &quot;iif([feesdetail.paytype]='DD',sum([feesdetail.paidamt]),0) as totpaid,&quot; _<br />
&amp; &quot;iif([feesdetail.paytype]='CASH',sum([feesdetail.paidamt]),0) as totpaid1 &quot; _<br />
&amp; &quot;from stdentry,feesdetail where &quot; _<br />
&amp; &quot;([feesdetail.delstat]='N') and [stdentry.sno]=[feesdetail.sno] and [stdentry.refundstat]='N' &quot; _<br />
&amp; &quot;group by [stdentry.sno],[stdentry.branch],[stdentry.stdname],[stdentry.amtobepaid],[feesdetail.paytype]&quot;</code><hr />
</div><br />
thanks and waiting for somebody's help.</div>

]]></content:encoded>
			<category domain="http://www.accessforums.net/queries/">Queries</category>
			<dc:creator>sathyguy</dc:creator>
			<guid isPermaLink="true">http://www.accessforums.net/queries/grouping-query-getting-multiple-rows-access-vb6-35171.html</guid>
		</item>
		<item>
			<title>Query records where date/time field value is close or equal</title>
			<link>http://www.accessforums.net/queries/query-records-where-date-time-field-value-35170.html</link>
			<pubDate>Sat, 25 May 2013 01:37:56 GMT</pubDate>
			<description>Table A has a Date/Time field and a field with a bunch of measurements.  Table B has a Date/Time field and bunch of other miscellaneous fields.  I...</description>
			<content:encoded><![CDATA[<div>Table A has a Date/Time field and a field with a bunch of measurements.  Table B has a Date/Time field and bunch of other miscellaneous fields.  I want to create a query that includes the measurement values from Table A where the Date/Time field is closest to that of Table B, but not greater.  Also, sometimes the values are equal and I want those measurement values too.  Any ideas?</div>

]]></content:encoded>
			<category domain="http://www.accessforums.net/queries/">Queries</category>
			<dc:creator>Bdowns</dc:creator>
			<guid isPermaLink="true">http://www.accessforums.net/queries/query-records-where-date-time-field-value-35170.html</guid>
		</item>
		<item>
			<title>Print Preview Pages</title>
			<link>http://www.accessforums.net/reports/print-preview-pages-35169.html</link>
			<pubDate>Sat, 25 May 2013 01:05:03 GMT</pubDate>
			<description><![CDATA[Using Access 7. When generating a report and reading it in Print Preview, I can only see the first page of 3, and can't find a way to see the other...]]></description>
			<content:encoded><![CDATA[<div>Using Access 7. When generating a report and reading it in Print Preview, I can only see the first page of 3, and can't find a way to see the other two pages in print preview mode. This happens when I run the report or generate it using embedded macro.</div>

]]></content:encoded>
			<category domain="http://www.accessforums.net/reports/">Reports</category>
			<dc:creator>ripwest</dc:creator>
			<guid isPermaLink="true">http://www.accessforums.net/reports/print-preview-pages-35169.html</guid>
		</item>
		<item>
			<title>Create month end date, from Month(Numberic) and Year(Numeric)</title>
			<link>http://www.accessforums.net/queries/create-month-end-date-month-numberic-year-35168.html</link>
			<pubDate>Sat, 25 May 2013 00:06:43 GMT</pubDate>
			<description>Hey, 
 
I have a crosstab query which sets up the Year (yyyy) and Month(mm) and i need it to create the month end date. What i have done is create a...</description>
			<content:encoded><![CDATA[<div>Hey,<br />
<br />
I have a crosstab query which sets up the Year (yyyy) and Month(mm) and i need it to create the month end date. What i have done is create a regular query and am trying to find an expression i can use to put the dates together and make it month end. I have used the date Part formula before but never had to go in this order, any ideas? cheers,</div>

]]></content:encoded>
			<category domain="http://www.accessforums.net/queries/">Queries</category>
			<dc:creator>mike02</dc:creator>
			<guid isPermaLink="true">http://www.accessforums.net/queries/create-month-end-date-month-numberic-year-35168.html</guid>
		</item>
		<item>
			<title>I inserted a new field and seems not linked to next number.</title>
			<link>http://www.accessforums.net/access/i-inserted-new-field-seems-not-linked-35167.html</link>
			<pubDate>Fri, 24 May 2013 22:14:55 GMT</pubDate>
			<description>Hi, 
I am currently creating data set for survey entry. 
One filed, which asking about year of born, got a problem. 
Initially, I set the data type...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
I am currently creating data set for survey entry.<br />
One filed, which asking about year of born, got a problem.<br />
Initially, I set the data type as Date/Time, but found that this type was not I wanted. <br />
So, I changed to &quot;Number&quot; and set validation rule as &quot;between 1900 and 2000&quot;. <br />
After this, when I tried in forms, it automatically showed &quot;1905&quot; whatever year I entered.<br />
<br />
I gave up to fix this problem and just deleted this row and inserted new row and also made new rule.<br />
The other problem showed up which is that this field was no more connected to next number.<br />
If I hit the enter in Year of born field, rather than move to next number, the page moved to next page.<br />
I assume that the new inserted row is not connected to next number, but not sure how should I fix it.<br />
<br />
So, I have two problems..<br />
It would be great if any of these two problems can be solved.<br />
<br />
Thanks!!</div>

]]></content:encoded>
			<category domain="http://www.accessforums.net/access/">Access</category>
			<dc:creator>leexiuxi</dc:creator>
			<guid isPermaLink="true">http://www.accessforums.net/access/i-inserted-new-field-seems-not-linked-35167.html</guid>
		</item>
		<item>
			<title>School Project</title>
			<link>http://www.accessforums.net/queries/school-project-35166.html</link>
			<pubDate>Fri, 24 May 2013 21:28:59 GMT</pubDate>
			<description><![CDATA[Hello Friend  
 
I am working on my school project and have to make a simple student information entry with school fee submission & Inventory bill...]]></description>
			<content:encoded><![CDATA[<div>Hello Friend <br />
<br />
I am working on my school project and have to make a simple student information entry with school fee submission &amp; Inventory bill that also holds stock information and so i have made a database using Access 2007 But there are alot of issue i am facing for example in the add student information form i am unable to do all the entries and i made  serch button on the top ehich is not working properly so i have to hide it but that not it the contact detailas cannot be sved as well every thing got messed up so please help me with my project i am attaching the sample which i have downloaded from net and made few chanes in it but it still n working.I am attaching the file. <a href="http://www.accessforums.net/attachment.php?attachmentid=12495&amp;d=1369430889"  title="Name:  My School - Copy (2).zip
Views: 1
Size:  1.50 MB">My School - Copy (2).zip</a></div>


	<div style="padding:10px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<ul>
			<li>
	<img class="inlineimg" src="http://www.accessforums.net/images/attach/zip.gif" alt="File Type: zip" />
	<a href="http://www.accessforums.net/attachment.php?attachmentid=12495&amp;d=1369430889" title="Files: My School - Copy (2).accdb">My School - Copy (2).zip</a> 
(1.50 MB)
</li>
			</ul>
		</fieldset>
	

	</div>
]]></content:encoded>
			<category domain="http://www.accessforums.net/queries/">Queries</category>
			<dc:creator>stuarthodgsun</dc:creator>
			<guid isPermaLink="true">http://www.accessforums.net/queries/school-project-35166.html</guid>
		</item>
		<item>
			<title>Add AutoNumber Column to Query</title>
			<link>http://www.accessforums.net/access/add-autonumber-column-query-35165.html</link>
			<pubDate>Fri, 24 May 2013 20:09:59 GMT</pubDate>
			<description><![CDATA[I'm just looking for a way to add an additional column to a select query that will just be autonumbered down all the way to the bottom of the data. ...]]></description>
			<content:encoded><![CDATA[<div>I'm just looking for a way to add an additional column to a select query that will just be autonumbered down all the way to the bottom of the data.  How can I accomplish this?</div>

]]></content:encoded>
			<category domain="http://www.accessforums.net/access/">Access</category>
			<dc:creator>badgerman</dc:creator>
			<guid isPermaLink="true">http://www.accessforums.net/access/add-autonumber-column-query-35165.html</guid>
		</item>
		<item>
			<title>Access Query Question</title>
			<link>http://www.accessforums.net/queries/access-query-question-35164.html</link>
			<pubDate>Fri, 24 May 2013 19:48:52 GMT</pubDate>
			<description><![CDATA[Good afternoon everyone. 
 
I'm sooo stuck here at my new job and I hope somone here can help me.  I have a report to do in Crystal off of an Access...]]></description>
			<content:encoded><![CDATA[<div>Good afternoon everyone.<br />
<br />
I'm sooo stuck here at my new job and I hope somone here can help me.  I have a report to do in Crystal off of an Access 2010 database and the requirement seems impossible.  I need to be able to prompt for a quarter and return the output.  We don't store quarters such as 1,2,3,4.  Instead we store periods which are really months.  So we store 1,2,3....12.  I've tried just about every possible angle in CR and I just simply need to try a different approach.  What I want to try now is a query that somehow brings back just the periods I need.  Is this possible?  Suppose I have a table named invhdr and it has fields InvNum, billname, invPer, InvYr.  InvPer is the periods column. I would have to join this table to the invDetail table on invNum.  Any chance someone can help me with this?</div>

]]></content:encoded>
			<category domain="http://www.accessforums.net/queries/">Queries</category>
			<dc:creator>juanmatos</dc:creator>
			<guid isPermaLink="true">http://www.accessforums.net/queries/access-query-question-35164.html</guid>
		</item>
		<item>
			<title>Exporting Query with rtf Fields to Excel</title>
			<link>http://www.accessforums.net/import-export-data/exporting-query-rtf-fields-excel-35163.html</link>
			<pubDate>Fri, 24 May 2013 19:22:41 GMT</pubDate>
			<description><![CDATA[I want to export a query that contains fields with rtf data, such as... 
 
<div><strong>this is some text</strong></div>   which is interpreted as......]]></description>
			<content:encoded><![CDATA[<div>I want to export a query that contains fields with rtf data, such as...<br />
<br />
&lt;div&gt;&lt;strong&gt;this is some text&lt;/strong&gt;&lt;/div&gt;   which is interpreted as... <b>this is some text</b><br />
<br />
and have it appear as rtf data in Excel.  Any ideas?  Thanks, Eddie</div>

]]></content:encoded>
			<category domain="http://www.accessforums.net/import-export-data/">Import/Export Data</category>
			<dc:creator>EddieN1</dc:creator>
			<guid isPermaLink="true">http://www.accessforums.net/import-export-data/exporting-query-rtf-fields-excel-35163.html</guid>
		</item>
		<item>
			<title>Run-Time Error 2450</title>
			<link>http://www.accessforums.net/programming/run-time-error-2450-a-35162.html</link>
			<pubDate>Fri, 24 May 2013 19:21:06 GMT</pubDate>
			<description><![CDATA[I'm sure this has been hashed out many times, but I cannot figure out a solution that works for my DB. I am seriously new to coding VBA and have...]]></description>
			<content:encoded><![CDATA[<div>I'm sure this has been hashed out many times, but I cannot figure out a solution that works for my DB. I am seriously new to coding VBA and have implemented the security features found in this tutorial: <a href="http://www.accesssecurityblog.com/post/2011/04/02/Login-Security-using-Access-VBA.aspx" target="_blank" rel="nofollow">http://www.accesssecurityblog.com/po...ccess-VBA.aspx</a>.<br />
<br />
I have disabled the Navigation Pane, Ribbon, etc. so that way the database is only able to be edited by holding Shift and opening the DB.<br />
<br />
The problem only exists when I open the DB like a user would.<br />
<br />
The problem comes when I try to exit the DB with the frmMainMenu still open. If I close this form (via a command button) prior to closing the DB I don't get the 2450 error. If I close the DB while the frmMainMenu is still open I get the 2450 error. <br />
<br />
The error states that: <br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&quot;[The DB] cannot find the referenced form 'frmLogin'.</code><hr />
</div>The above guide had me hide frmLogin, but not close it, so as to maintain the user-level security to be referenced by VBA code in other forms.<br />
This is the code that was used in frmLogin to manage the security:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Private Sub txtPassword_AfterUpdate()<br />
<br />
'Check that a user is selected<br />
If IsNull(Me.cboUser) Then<br />
&nbsp; &nbsp; 'If no user is selected, display message box<br />
&nbsp; &nbsp; MsgBox &quot;Please select a user before entering a password.&quot;, vbCritical<br />
&nbsp; &nbsp; 'Move cursor into USER field<br />
&nbsp; &nbsp; Me.cboUser.SetFocus<br />
Else<br />
&nbsp; &nbsp; 'Check for correct password<br />
&nbsp; &nbsp; If Me.txtPassword = Me.cboUser.Column(2) Then<br />
&nbsp; &nbsp; &nbsp; &nbsp; 'Check if password needs to be reset<br />
&nbsp; &nbsp; &nbsp; &nbsp; If Me.cboUser.Column(3) = True Then<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; DoCmd.OpenForm &quot;frmPasswordChange&quot;, , , &quot;[UserID] = &quot; &amp; Me.cboUser<br />
&nbsp; &nbsp; &nbsp; &nbsp; End If<br />
&nbsp; &nbsp; &nbsp; &nbsp; 'Open MAIN MENU if PASSWORD is correct<br />
&nbsp; &nbsp; &nbsp; &nbsp; DoCmd.OpenForm &quot;frmMainMenu&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; 'Hide LOGIN form<br />
&nbsp; &nbsp; &nbsp; &nbsp; <font color="#ff0000"><b>Me.Visible = False</b></font><br />
&nbsp; &nbsp; Else<br />
&nbsp; &nbsp; &nbsp; &nbsp; 'Upon incorrect password, display message box<br />
&nbsp; &nbsp; &nbsp; &nbsp; MsgBox &quot;Incorrect password. Please try again.&quot;, vbCritical<br />
&nbsp; &nbsp; &nbsp; &nbsp; 'Empty PASSWORD field for re-entry<br />
&nbsp; &nbsp; &nbsp; &nbsp; Me.txtPassword = Null<br />
&nbsp; &nbsp; &nbsp; &nbsp; 'Move cursor to the PASSWORD field<br />
&nbsp; &nbsp; &nbsp; &nbsp; Me.txtPassword.SetFocus<br />
&nbsp; &nbsp; End If<br />
End If<br />
End Sub</code><hr />
</div>The code in red is where I hide the form. <br />
<br />
I don't know what the problem is since the form is still technically open (just hidden). I have tried a couple of different approaches to solving this, but none have been successful.<br />
<br />
I would love a solution where I don't have to remove the application close button (big 'X'). That is a lot more coding than I would like to do. ;)<br />
<br />
Thanks for any help you guys are able to provide!</div>

]]></content:encoded>
			<category domain="http://www.accessforums.net/programming/">Programming</category>
			<dc:creator>dascoli</dc:creator>
			<guid isPermaLink="true">http://www.accessforums.net/programming/run-time-error-2450-a-35162.html</guid>
		</item>
	</channel>
</rss>
