M
Mike
Access 2003 and total noob here. Sorry - I can't seem to find anything that
answers my question through searches here...maybe I'm too new so I don't
recognize the solution when I see it.
I have a form where users select their organization name from a menu. The
menu is populated from a query against the organization table.
The organization table has three columns (ID (pk), ORGNAME, ORGID). The
ORGID is a two character acronym for the organization.
I need to populate a hidden field on the form with the ORGID based on the
selection made in the Org Name menu. How do I do that? I need that ORGID
because it's being used in a calculation based on a change event.
For example:
ORG TABLE
ID ORGNAME ORGID
1 Fred's Bait and Tackle FB
2 Avery's Aviary AA
3 Zelda's Crochet Shop ZC
The user chooses "Fred's Bait and Tackle" in the Org Name menu, the Org ID
field should show "FB". If "Zelda's Crochet Shop" then Org ID should be "ZC",
etc.
Does that provide enough info to explain what I'm trying to do? With
InfoPath, I could do it pretty easily - but my new users don't have InfoPath,
so I'm building this in Access and will be splitting the DB.
Thanks in advance for any help, advice, pointers y'all might have!
Mike
answers my question through searches here...maybe I'm too new so I don't
recognize the solution when I see it.
I have a form where users select their organization name from a menu. The
menu is populated from a query against the organization table.
The organization table has three columns (ID (pk), ORGNAME, ORGID). The
ORGID is a two character acronym for the organization.
I need to populate a hidden field on the form with the ORGID based on the
selection made in the Org Name menu. How do I do that? I need that ORGID
because it's being used in a calculation based on a change event.
For example:
ORG TABLE
ID ORGNAME ORGID
1 Fred's Bait and Tackle FB
2 Avery's Aviary AA
3 Zelda's Crochet Shop ZC
The user chooses "Fred's Bait and Tackle" in the Org Name menu, the Org ID
field should show "FB". If "Zelda's Crochet Shop" then Org ID should be "ZC",
etc.
Does that provide enough info to explain what I'm trying to do? With
InfoPath, I could do it pretty easily - but my new users don't have InfoPath,
so I'm building this in Access and will be splitting the DB.
Thanks in advance for any help, advice, pointers y'all might have!
Mike