Re: picture on form
- From: jurven007 <jurven007@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 10 Jan 2006 13:09:02 -0800
Hi Al,
I already created several fields (true/flase) for the bones and now I would
like to connect them to a picture of a skeleton. The idea is when I click on
the Tibia something should happen to that part of the picture so that you
know it is selected.
I thought it would be easy to cut the picture into several parts and put the
parts on buttons. This seems to work but it looks awful. Do you have any
suggestions?
Thanx,
Jurven007
"Al Camp" wrote:
> Well, I'm no skeleton guru, but since there are 206 bones in the human
> body, I'd seriously consider a table (tblBones) associated to each skeleton
> (tblSkeleton) in a One to Many relationship.
> Skeleton is the One on the main form, and Bones are the Many in a
> subform.
>
> The main form would contain the "One" info on the skeleton, Height, Sex,
> Location, Age, etc. Each skeleton would also have a unique key field
> identifier like a SkeletonID.
>
> TblBones would also have a SkeletonID, and allow you to enter bone
> information. I'd have a field like MajorStructure with combo values like
> Cranium, Torso, Extremities, Spine... etc. That combo would narrow down the
> next combo choice of the specific bone itself... Tibia, Scapula, etc...
>
> I'll leave the rest for you to "flesh" out... Ouch!! Sorry, I couldn't
> resist that... :-D
>
> --
> hth
> Al Camp
> Candia Computer Consulting - Candia NH
> http://home.comcast.net/~cccsolutions
>
>
> "Jurven007" <Jurven007@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:A3940F10-BF9D-434C-8446-85D32965AA99@xxxxxxxxxxxxxxxx
> > Hi Al Camp,
> >
> > Thanks for your reply. I want to save the fact that the tibia is present.
> >
> >
> > "Al Camp" wrote:
> >
> >> I think you'll need to provide a bit more info on what you're trying
> >> to
> >> do.
> >> If you display the skeleton, and check "Tibia" (T/F)... what do you
> >> want
> >> to happen?
> >> Or... are you just saving the fact that a tibia is present?
> >> --
> >> hth
> >> Al Camp
> >> Candia Computer Consulting - Candia NH
> >> http://home.comcast.net/~cccsolutions
> >>
> >> "jurven007" <jurven007@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> >> news:CFC56732-5280-4874-81AB-0DA2BC3F6140@xxxxxxxxxxxxxxxx
> >> > Hi All,
> >> >
> >> > I am building a database to store information about skeletons found
> >> > during
> >> > excavations. I was wondering if it is somehow possible to display a
> >> > picture
> >> > of a skeleton in a form and add different selection boxes (true/false)
> >> > for
> >> > the different bones to the drawing like you can do for websites. Does
> >> > someone
> >> > have any ideas or other possibilities how I can do this??
> >> > Thanx in advance,
> >> >
> >> > jurven007
> >>
> >>
> >>
>
>
>
.
- References:
- Re: picture on form
- From: Al Camp
- Re: picture on form
- From: Al Camp
- Re: picture on form
- Prev by Date: Re: Need VBA Code
- Next by Date: Re: Tabular form
- Previous by thread: Re: picture on form
- Next by thread: Re: How can I add a pop up box for a field on a form
- Index(es):
Relevant Pages
|