how to return serial number of serialized item that was just scann

is there a property that will return the serial number of the item just added if the item is serialized? i need to set the value of a variable with this serial number, to populate a text field in a userform. is this possible?

thank you, kevin

Reply to
kskinne
Loading thread data ...

I don't know if this is it but have you tried... TransactionEntry.Serialized Property The Serialized property gets the serialized item for the transaction entry.

Public Property Get Serialized( ) As SerializedItem

Property Value SerializedItem object that contains the serialized item for the transaction entry. If the item for the transaction entry is not a serialized item this property is a null reference.

Rob

Reply to
Rob

yes:

.Serialized.Number1

returned the information i needed

thanks Rob, Kevin

"Rob" wrote:

Reply to
kskinne

BeanSmart website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.