S
Sandra
I have a form with a combo box that contains a list
of "Campaigns" with the field name Campaign. This form is
based on a master Donations Table, the PK is TransID. I
need to store additional data for some, but not all of the
campaigns. The "In Memory" and "In Honor" campaigns need
to store additional data in a table called HonorMemory.
The fields in this table are:
HMID - PK for each campaign name
TransID - Link to the master Donation table.
BenefitOf - Name of honoree
By - Person making the donation
The "In-Kind" campaign needs to store data in another
table called InKind. The fields for this table are:
IKID - PK for each description
TransID - Link to the master Donation table
Description - description of the item donated
How do I create a proc that will pop up the appropriate
form based on the criteria selected in the combo box?
Something like: On_Exit (from combo box)
IF Campaign = In Honor OR In Memory
THEN Pop up HonorMemory form
ELSE Do nothing
IF Campaign = In-Kind
THEN Pop up InKind form
ELSE Do nothing
I'm just beginning to understand Access procedures and I
could certainly use some help!
Thanks,
Sandra
of "Campaigns" with the field name Campaign. This form is
based on a master Donations Table, the PK is TransID. I
need to store additional data for some, but not all of the
campaigns. The "In Memory" and "In Honor" campaigns need
to store additional data in a table called HonorMemory.
The fields in this table are:
HMID - PK for each campaign name
TransID - Link to the master Donation table.
BenefitOf - Name of honoree
By - Person making the donation
The "In-Kind" campaign needs to store data in another
table called InKind. The fields for this table are:
IKID - PK for each description
TransID - Link to the master Donation table
Description - description of the item donated
How do I create a proc that will pop up the appropriate
form based on the criteria selected in the combo box?
Something like: On_Exit (from combo box)
IF Campaign = In Honor OR In Memory
THEN Pop up HonorMemory form
ELSE Do nothing
IF Campaign = In-Kind
THEN Pop up InKind form
ELSE Do nothing
I'm just beginning to understand Access procedures and I
could certainly use some help!
Thanks,
Sandra