Derek,
the simplest thing to do is build a table that matches an item to your album
records. For example:
CREATE TABLE item_album
(
item INT,
albumcode varchar(32)
);
You'll need to tweak the item editor so that you can make the association.
When a customer is looking at an item, you can look up the album in the
item_album table and get all the info you need.
Leon
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]