Hello. I'm working on an ordering system for a business. I have a report which shows me a list of products which need to be ordered from a single vendor. I need to develope a system for signifing the items in the report as "on order" only when the report is printed.
How does this sound:
To make the items in the report unique, I could create a unique concatenated field. I imagine I need to copy the report information to another file temporarly when the report is first created. If the user decides to print the report, a script then takes the temporary file info and matches it to the original items using the unique concatenated field and markes the items as "on order" (a checkbox maybe).
Anyone know of a solution? Thanks.
How does this sound:
To make the items in the report unique, I could create a unique concatenated field. I imagine I need to copy the report information to another file temporarly when the report is first created. If the user decides to print the report, a script then takes the temporary file info and matches it to the original items using the unique concatenated field and markes the items as "on order" (a checkbox maybe).
Anyone know of a solution? Thanks.