<?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 - SharePoint</title>
		<link>http://www.accessforums.net/</link>
		<description>Working with Microsoft SharePoint Server.</description>
		<language>en</language>
		<lastBuildDate>Sun, 26 May 2013 03:58:07 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.accessforums.net/images/misc/rss.png</url>
			<title>Microsoft Access Forums - SharePoint</title>
			<link>http://www.accessforums.net/</link>
		</image>
		<item>
			<title>Asset Management Web Database</title>
			<link>http://www.accessforums.net/sharepoint/asset-management-web-database-34581.html</link>
			<pubDate>Wed, 01 May 2013 18:15:51 GMT</pubDate>
			<description><![CDATA[In Access 2007 I've used the Asset Management Database template and customized it for a customer. 
It has five key tables: Assets, Contacts,...]]></description>
			<content:encoded><![CDATA[<div>In Access 2007 I've used the Asset Management Database template and customized it for a customer.<br />
It has five key tables: Assets, Contacts, Incoming, Outgoing, Transactions. I've made it as simple as I can for the majority of users. Their primary responsibility is when an asset is being delivered to a contact that it is assigned to that contact or when an asset is being returned it is checked in. <br />
<br />
The way it works now is when assets are being assigned to a customer a form is opened by selecting a customer. Using a barcode scanner all assets are scanned and entered in the form which is connected to the Outgoing table. When done the employee selects the Process Outgoing button. This runs a macro that updates the status of the asset and its location in the assets table, it appends the transactions table, then deletes the records from the outgoing table.<br />
<br />
When an asset is returned the incoming form is opened and the barcodes are scanned in. The process incoming button runs a macro that updates the asset status and location in the assets table, appends the transactions table, and then deletes the records from the incoming table.<br />
<br />
The customer would like to have this web based so I'm considering migrating it to Access 2010 and setting it up as a web database on Sharepoint. I know that this is limited to select queries.<br />
<br />
The question is how can I accomplish my update, append, and delete queries in a web database? Can it be done through macros? If so how?<br />
<br />
The incoming and outgoing append queries appends the barcode, owner, and date fields of the transactions table.<br />
The incoming and outgoing update queries update the assets table, based on the barcode, for the location, date, and owner fields.</div>

]]></content:encoded>
			<category domain="http://www.accessforums.net/sharepoint/">SharePoint</category>
			<dc:creator>gemadan96</dc:creator>
			<guid isPermaLink="true">http://www.accessforums.net/sharepoint/asset-management-web-database-34581.html</guid>
		</item>
	</channel>
</rss>
