473,398 Members | 2,525 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,398 software developers and data experts.

Creating a Table for Information that is Pending

171 100+
Hi Guys,
This is not a programming question, but there is an alarm ringing in the back of my mind telling me that there is something missing with this table/application I have made.

There is a table to record the documents/information that are still outstading for a client, which are the reason their tax return has not yet been completed i.e. it is Pending Information so i will refer to the table as tblPendings. tblPendings includes fields for JobID, The Category the Pending Falls into (e.g. bank interest) and additional notes describing the document. There is a UserStamp and DateStamp but you can leave those out of the picture.

I am just wanting to know whether any of you have created such a table or similar application to record a pending and then also transact in the database when that pending information has been received (I am currenlty transacting the receipt by using an append query which creates a contra-record in another table) and what features or fields have you found to be usefull in your experience.

I thank you in advance as the advice I receive here has always been invaluable in my learning.
Mar 28 '08 #1
2 1576
missinglinq
3,532 Expert 2GB
My approach, rather than having a separate "pending" table, would be to have checkboxes in the main table to indicate missinging items. You could base queries/reports off of these checkboxes, and when the items are provided simply uncheck the appropriate boxes.

Linq ;0)>
Mar 28 '08 #2
iheartvba
171 100+
Thanks Missingling,
The reason I have the table corresponding to the pendings table is because it could be another consultant that collects the document for the person who actually needs the document. So when the consultant who created the pending comes to the office they can look at the database and see
1.who has collected their document (Auto UserID Stamp)
2. The Data it was collected (Auto Date Stamp)
2. any additional notes
3. Where they have placed the document

I am thinking that is a bit of overkill though I am starting to again lean in the direction you've suggested .
Mar 28 '08 #3

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

Similar topics

3
by: Stephen | last post by:
This is probably something simple but I've been trying for a while now and can't seem to get it. I'm loading a table from an IXF file with the following command 'load from...
10
by: technocrat | last post by:
How can i find the load state of the table using SQL, i can do "load query table tablename" but i cannot execute this as a sql statement. What i want to do is, i m using a java stored priocedure to...
0
by: shakahshakah | last post by:
Just started investigating InnoDB after having used MyISAM tables in the 4.0.12 version, almost immediately ran into a locking issue with INSERTs, DELETEs, and transactions. Given the following...
1
by: jl2886 | last post by:
I have two tables in Access, one that contains Active or Pending Policies and another table that contains Rejected policies. I have a form corresponding to the table with a certain variable called...
1
damonreid
by: damonreid | last post by:
Access 2003 Microsoft Windows XP Pro Hey, I am currently pulling my hair out here. I have a Form for adding new projects to a database, the only problem is that when I close the form it doesn't...
1
by: deangc | last post by:
I have some scripts that drop columns in DB2 9. This leaves the table in a REORG PENDING state: SQL0668N Operation not allowed for reason code "7" on table "tablename". SQLSTATE=57016 I...
2
by: adwest | last post by:
Forgive me if this is a foolish question. I "play" in Access and have only created a few rather simple relational databases. My knowledge and experience is limited. I have no formal training, just...
0
by: msheikh25 | last post by:
After a failed informatica load session, when I try to select from a table it shows that the table is in Load Pending state: 1 ----------- SQL0668N Operation not allowed for reason code "3" on...
2
by: jarea | last post by:
I have read quite a bit about this error but I have yet to find the solution to my problem. I am trying to execute the following mysql statement: alter table line_items add...
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
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.