K
Krazy Darcy
I want to open one of two(or more) forms with their underlying queries, which
one is opened is based on what is in the current record (on the search
results form) "pagesize" field, but use the value from field "record number".
this is so I can have differant details screens depending on the the
pagesize field when I call up details of a selected result on a search
results form.The search results form currently uses a macro to open the one
details form but what I actually need is to open certail details screen ie:
if pagesize = digital then open digitaldetails
else if pagesize = costume then open costumedetails
else open paperdetails
I tried to poke in vba (I can't program) and could open a form but couldn't
input data into the underlying query when the form opened.
the reason for this is an existing database application where artworks have
only a thumbnail image embedded in the catalog and text fields referring to
where the original is but i need to have several images for where a creative
piece is a costume (amidst costume specific stuff)
one is opened is based on what is in the current record (on the search
results form) "pagesize" field, but use the value from field "record number".
this is so I can have differant details screens depending on the the
pagesize field when I call up details of a selected result on a search
results form.The search results form currently uses a macro to open the one
details form but what I actually need is to open certail details screen ie:
if pagesize = digital then open digitaldetails
else if pagesize = costume then open costumedetails
else open paperdetails
I tried to poke in vba (I can't program) and could open a form but couldn't
input data into the underlying query when the form opened.
the reason for this is an existing database application where artworks have
only a thumbnail image embedded in the catalog and text fields referring to
where the original is but i need to have several images for where a creative
piece is a costume (amidst costume specific stuff)