TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
David Smith
NA
2k
0
Pass or Fail Query
Sep 19 2010 3:22 AM
We have an inventory table and a thresholds table. We need to determine the status of each item and put the status of each item into each record of the item. The status is either true or false. The status is true if any of the following are true.
The first character of the Item is an "E" or "0" (zero).
The item is not in the
Threshold
Table (joined using both Item and Type?).
If the the item is in the Threshold Table then the number of Serials for it is greater than the threshold for it. The two tables need to be joined using both Item and Type.
We want to put all that into an Access query (SQL) for execution as a
stored procedure
.
The following shows the fields of each table.
Inventory Table
Type
Item
Serial
Threshold Table
Item
Type
Threshold
Can someon help me design this query
Reply
Answers (
1
)
Fill List in an array through a class contructor
Number Format in Crystal reports