Hello,
In the body of my "Invoice Form", I used a 30 row Repeating Field to contain the following data:
LN - Line Number (I enter it manually, for now)
SKU - or Product ID - manually entered for now, integration of Barcode Reader in the future.
DESC - Short Product Description
CAT - Category (Value List, I can choose CPU, HD, MB, Sound Card, etc., or edit & add.)
QTY- Quantity
UP - Unit Price
EP - Extended Price
This part of the form works fine.
I then added, at the bottom of the same layout, a short, 5-line set of nearly identical repeating fields, to track items that have to be returned.
In this set, I want to merely enter a number into a new field, RLN (return Line Number), which references the "LN" of the product purchased above, using:
GetRepetition( field , RLN )
to fill in rest of the Returned Item's data.
But I can only seem to get this to work on the FIRST line of "Returned Items", which it does, correctly. Entering an RLN on any subsequent line does nothing; I have to enter the data manually or copy/paste.
Can someone help me with this?
TIA