Wrox Programmer Forums
|
Access Discussion of Microsoft Access database design and programming. See also the forums for Access ASP and Access VBA.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 6th, 2006, 08:26 AM
Friend of Wrox
 
Join Date: Jun 2005
Posts: 181
Thanks: 0
Thanked 0 Times in 0 Posts
Default Excel Problem

Hi All
I have an excel spreadsheet which holds details of peripheral devices stock levels such as mouse keyboard etc.I need to be able that when levels of stock reach a certain level it sends an e-mail automatically to notify that the stock level has fallen below a certain level
Thanks

Brendan Bartley
__________________
Brendan Bartley
 
Old July 7th, 2006, 11:16 AM
Friend of Wrox
 
Join Date: Mar 2004
Posts: 3,069
Thanks: 0
Thanked 10 Times in 10 Posts
Default

1. How is the database pullig data from the Excel spreadsheet?

2. What is the trigger event to send the email? Basically you can have a form run out and get the data on a timed interval.

3. Why store the data in an Excel spreadsheet instead of an Access database? If it were in Access, when a tech took an item from inventory and updated the Access database, then you could check the level and send an email as it was changed.

4. I think if you connect to an Excel spreadsheet with Access, it makes the spreadsheet read-only, except for Access, so users may not be able to update the spreadsheet as you monitor it. That is why you pull data periodically.

5. Sending email from Access is easy. Do you need to know how to do this? If so, what email application are you using? Can you use SMTP and anonymous accounts? That always works better than Outlook integration.

Does this help?


mmcdonal





Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem in opening excel file in MS Excel 2000 kallol Visual C++ 0 November 16th, 2007 05:48 AM
excel problem muralinagasuri Classic ASP Databases 0 August 22nd, 2006 10:47 AM
Excel problem MattF912 Beginning VB 6 2 May 14th, 2005 07:19 PM
Excel Increment Problem JimCognac Excel VBA 1 February 20th, 2004 11:52 AM
Excel in win 2000 to excel winxp (excel 2002) Max Excel VBA 3 August 28th, 2003 04:44 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.