Thanks for taking a look! I really appreciate you pro's out there helping a newbie out! I hope someday I can do the same, and return the favor!
THE GOAL - TO RECEIVE ORDERS VIA DATA COLLECTION REPLIES THUS ELIMINATING OUR DATA ENTRY MAN HOURS.
THE PROBLEM - MULTIPLE TABLES MAKE UP AN ORDER IN THE DATABASE. * Don't stop reading here, I already know I could use a query, IF I ONLY HAD ONE DEFENDANT PER REQUEST. Please read further.
BACKGROUND - My database collects and reports data on individuals and small companies for the purpose of satisfying collection accounts, reporting criminal history, etc, etc. My customers have been sending word documents attached to email's (Outlook 2007) in order to send us an order request. for the last year or so. Then two users would manually enter the order information in to the database. Our work load has tripled in recent months and it's time for a better system that avoids as much data entry as possible.
NOTE - A (customer) request will always include the basic customer data and at least one Defendant. Sometimes there is only one defendant, other times there may be 2, 3, or even 4 defendants.(the max we allow) Also, often times our customers request a report on only one of the 3 or 4 defendants. * This is because we bill individually for each defendant we research. Also, customers will often specify in what order to conduct research.
For Example, a customer may request a verified current address on ANY ONE of the FOUR DEFENDANTS, but if we can't find one, then the customer wants a bank search instead. *
* TABLES*
Defendant_tbl -
DefendantID (auto), FName, MName, LName, SSN, DOB, AliasName, Address, City, State, PostalCode, etc, etc.
Customer_tbl -
CustomerID(auto), * Various customer data....
Case_tbl -
CaseID(auto), CustomerID(number), etc......
CaseDetail_tbl
CaseDetailID(auto), CaseID(number), DefendantID(number)
* FORMS *
Case_frm -
Detail section conains the selected CustomerID(combo box) and other various order realted information.
CaseDetails_sbf - SubForm
CaseDetailID(auto) - Hidden
CaseID - populates with the vale of the CaseID field in the detail section
DefendantID - combo box which looks up the Defendant_tbl. If the person is not in the list, a form opens to create a new entry which also runs a query which checks for duplicates based on LastName, SSN, and known addresses (in the system)
So, being the layout I have now....How in the world can I get Access Data Collection Replies to work for me?
* Please keep in mind, I need ONE FORM which allows a customer to enter their PO# etc, but also allows them to enter up to Four Defendants. I also need to scan these defendants for duplicates BEFORE they are entered into the system.
Thanks EVERYONE who looks!
THE GOAL - TO RECEIVE ORDERS VIA DATA COLLECTION REPLIES THUS ELIMINATING OUR DATA ENTRY MAN HOURS.
THE PROBLEM - MULTIPLE TABLES MAKE UP AN ORDER IN THE DATABASE. * Don't stop reading here, I already know I could use a query, IF I ONLY HAD ONE DEFENDANT PER REQUEST. Please read further.
BACKGROUND - My database collects and reports data on individuals and small companies for the purpose of satisfying collection accounts, reporting criminal history, etc, etc. My customers have been sending word documents attached to email's (Outlook 2007) in order to send us an order request. for the last year or so. Then two users would manually enter the order information in to the database. Our work load has tripled in recent months and it's time for a better system that avoids as much data entry as possible.
NOTE - A (customer) request will always include the basic customer data and at least one Defendant. Sometimes there is only one defendant, other times there may be 2, 3, or even 4 defendants.(the max we allow) Also, often times our customers request a report on only one of the 3 or 4 defendants. * This is because we bill individually for each defendant we research. Also, customers will often specify in what order to conduct research.
For Example, a customer may request a verified current address on ANY ONE of the FOUR DEFENDANTS, but if we can't find one, then the customer wants a bank search instead. *
* TABLES*
Defendant_tbl -
DefendantID (auto), FName, MName, LName, SSN, DOB, AliasName, Address, City, State, PostalCode, etc, etc.
Customer_tbl -
CustomerID(auto), * Various customer data....
Case_tbl -
CaseID(auto), CustomerID(number), etc......
CaseDetail_tbl
CaseDetailID(auto), CaseID(number), DefendantID(number)
* FORMS *
Case_frm -
Detail section conains the selected CustomerID(combo box) and other various order realted information.
CaseDetails_sbf - SubForm
CaseDetailID(auto) - Hidden
CaseID - populates with the vale of the CaseID field in the detail section
DefendantID - combo box which looks up the Defendant_tbl. If the person is not in the list, a form opens to create a new entry which also runs a query which checks for duplicates based on LastName, SSN, and known addresses (in the system)
So, being the layout I have now....How in the world can I get Access Data Collection Replies to work for me?
* Please keep in mind, I need ONE FORM which allows a customer to enter their PO# etc, but also allows them to enter up to Four Defendants. I also need to scan these defendants for duplicates BEFORE they are entered into the system.
Thanks EVERYONE who looks!