anandpr1989
11th August 2015, 22:33
Hi All,
I want to add 9 spaces before item code. So how can I do that?
Please help....
mark_h
12th August 2015, 05:03
Not sure I get what you are asking - since it LN is this a segmented item? Are you trying to update a table, just do a query or doing a report? I mean the first thing that popped into my mind was just add 9 spaces to the start of the item code, but depending on what you are doing on how it should be handled.
sam291091
12th August 2015, 07:16
Hi
If you want thru coding then try this:
i.item = " "& trim$(t.item)