tedmillerx
Programmer
I'm designing a cooking database for elderly who prefer to mouse instead of type. I want to build 30 buttons and combo boxes in a small pop up form that have the most common words they'll use to insert into a single memo field on a second form.
my form "frmRecipes" reads/writes directly to a table "tblRecipes". the pop up form is called "frmSymbols".
questions:
1. I've tried writing update queries to do this, but that's a lot of queries. also, I'm having a hard time getting frmRecipes to show the updates after clicking a button in frmSymbols. does doing this with update queries make sense? if so, how do I refresh frmRecipes?
2. Is there a more elegant way to do this in VBA?
3. How do I get the text to insert right where you leave the cursor, and not at the end of the field?
thanks in advance for any help!
my form "frmRecipes" reads/writes directly to a table "tblRecipes". the pop up form is called "frmSymbols".
questions:
1. I've tried writing update queries to do this, but that's a lot of queries. also, I'm having a hard time getting frmRecipes to show the updates after clicking a button in frmSymbols. does doing this with update queries make sense? if so, how do I refresh frmRecipes?
2. Is there a more elegant way to do this in VBA?
3. How do I get the text to insert right where you leave the cursor, and not at the end of the field?
thanks in advance for any help!