I am trying to create SKU numbers for my wife's inventory database. The idea is to generate numeric strings based on Autonumbers associated with certain items' product ID (bowls, plates, etc.), the items' pattern ID (121a, 164, etc.) and the product number, each in its own table. I then write a query to concatenate the Autonumber fields from the different tables, but it won't work. I get blanks instead of concatenated strings.
Is there something about Autonumbers that prevents them being used to create a concatenated string? If this is the case, how then does one go about getting around this? Is there a Convert statement one can use to bypass this snag?
Please help. Thanks.
Is there something about Autonumbers that prevents them being used to create a concatenated string? If this is the case, how then does one go about getting around this? Is there a Convert statement one can use to bypass this snag?
Please help. Thanks.