how do i arrange the many horizontally instead of normal continuous

R

RedStar

This is driving me a bit batty.

Lets say a save character information and have a another table that stores
items the character uses or wears.

in a standard multi form

I get character.name (parent) ]
-- item.pic
---item.pic
---item.pic (child form)
--item.pic
--item.pic
------------------------
next char ..turn page

but what i want is to be able to put the pictures on a picture of the
character i have --each item corresponding to proper location.. ie hat
shows up on head.

so what i want lo0ks more like

character.name] (parent)

--- item ----item ----item ---item
-----item
(child) ----item ---item

-----------------------
next character --turn page

Is there an easy way to do this? ...or is the continuous/single display the
only option i have?

(is there a way to have the large picture on the main form and have the
subform be transparent so the picture shows?)

TIA :)
RS*
 
Top