Hi All,
I'm using a third party database software which handles jobs, orders, etc but also does invoicing.
Now this is where I would like some help, attached below is a sample of the invoice is stored.
Currently the invoice is printed out in courier font and looks exactly like it does in the InvoiceText field. Now the problem that I want to produce my own invoices from this, but the only place where the Sch No, with the description, quantity and price is stored is in this InvoiceText Field.
To make matters more annoying Schedule number doesn't always start on the same line, sometimes the description runs over two lines and the gap between line numbers doesn't always increase by 1.
What is the best way of getting this data? Once I have got to the data then I need to split it up, probably using Instr (unless anyone else knows of a better way) to then store this in a more manageable & usable way.
I would appreciate any help you may be able to give me!
I'm using a third party database software which handles jobs, orders, etc but also does invoicing.
Now this is where I would like some help, attached below is a sample of the invoice is stored.
Currently the invoice is printed out in courier font and looks exactly like it does in the InvoiceText field. Now the problem that I want to produce my own invoices from this, but the only place where the Sch No, with the description, quantity and price is stored is in this InvoiceText Field.
To make matters more annoying Schedule number doesn't always start on the same line, sometimes the description runs over two lines and the gap between line numbers doesn't always increase by 1.
What is the best way of getting this data? Once I have got to the data then I need to split it up, probably using Instr (unless anyone else knows of a better way) to then store this in a more manageable & usable way.
I would appreciate any help you may be able to give me!