. Advertisement .
..3..
. Advertisement .
..4..
Hello everyone! My program is running fine. However, I just edited it a bit, then it shows this message what is the number of order lines. Does anyone know how to fix it? Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The cause: This is called the “order line”. It usually involves a “Purchase Order” consisting of many lines or one line.
Solution:
It is usually stored as the following example:
(This is a [ORDERS] table with one row and a [Order-Lines] table with three rows which point towards the parent row.)
[ORDERS] Table:
[OrderLines] Table:
link describes it as the part in a purchase order or sales order that contains detailed information about the requested item.
The table with all the details would look similar to RBarry’s OrderLines Table.