473,406 Members | 2,894 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

set reminder

64
hi...hello..can anyone tell me how to set reminder if the item out of stock in access?
Apr 25 '15 #1
3 1451
zmbd
5,501 Expert Mod 4TB
Well, you need to be a tad bit more specific; however the general principle would be to run a tad of VBA code (or Macro if one insists) against your data looking at either your inventory count or some target value and then use a conditional to popup a message box, flag the cell, or any number of different methods.

Please review our sticky on how to ask a good question and try to reword your post (just make a new post within this thread, we can take care the housekeeping).

-=----=---
Apr 25 '15 #2
mrijet
64
Thanks for replying....How do I start...just now I trying to set the validation rule of the field [Quantity]<10 and for validation text is "Out Of Stock"...but it's only working in the table but not mention it to my form in access @zmbd
Apr 25 '15 #3
zmbd
5,501 Expert Mod 4TB
Validation rules are not intended for the purpose you have posted. These are intended to ensure that invalid data entries are not made (like a negative number when only positive numbers should be used or that date entries make sense.) What you have here would prevent data entry when the value in the current record field [Quantity]<10 which doesn't make any sense from reading your other posts (assuming that this is for your inventory project :) )

You really need to read thru the FAQ links in my first reply to your thread.

Once again, this will be a either an Access Macro or a VBA coding. You can do this within the form or (if you ACC2010 or newer) via table level macros as a sort of trigger.

IN any-case, the code will need to take your current entry, compare it to the formula based on your data, and then provide a prompt if needed.

We need some info about versions of the OS, Office/Access, tables and their relationships. Otherwise this thread will dead-end quite quickly.

WE do want to help; however, we need you to help us to help you by providing enough detail.
Apr 25 '15 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: John | last post by:
Hi I want to implement an auto reminder like outlook that pops up at the specified time. I think there would be some sort of timer that will check when an appointment is due and pop-up the...
3
by: Mariame | last post by:
Hi Everyone I send an email upon the user request to the administrator & i send a reminder in case of two day pass without any action from the administrator The problem is that i cant find the...
0
by: Mikey | last post by:
This sample code demonstrates how to send an email message using CDO and have it set the Outlook Importance property and the Outlook Follow Up reminder attributes in the recipient's InBox. The...
9
by: Phil G. | last post by:
Hi all, I would like to create a very simple 'lite' version of Outlook Calendar's reminder function. I will use a windows service that will read timedate stamps from a db and compare them to...
1
by: Jeremy Simpson | last post by:
Has anyone tried to set a reminder in MS Outlook from with Access? I want to, when a checkbox is ticked automatically set a reminder in access that takes information from the current record i.e...
5
by: Ataana | last post by:
Hi I want to implement reminder application that pops up at the specified time. I think there would be some sort of timer that will check when a reminder is due and pop-up the reminders. The...
2
by: THEAF | last post by:
hi, I'm trying to create a reminder. i have 2 forms one for to set the reminder and one to view all the reminders. these reminders are recorded on access. i can save the reminder and the other form...
1
by: THEAF | last post by:
OK, i've had quite a few problems with this form and again i have another one. i'm using vb6 and access. THIS IS MY FORM LOAD AND AFTER THE LOOP IS WHERE THE REMINDER CODE IS Private Sub...
3
Shakss2
by: Shakss2 | last post by:
Hi, I have a application which creates a task in outlook on the click of a button. I have made set reminder true. It works fine when it tried on the desktop. But wne tried the same...
6
by: deamond | last post by:
is it possible to add multiple records in one Outlook Reminder? I need to set an Outlook task reminder containing list of workers who need to extend their working contracts three months before it...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.