T TheSpecialist New member Local time Today, 05:10 Joined Sep 3, 2015 Messages 7 Sep 16, 2015 #1 Hi I need some help She wants me to figure out how to translate the above grid into rows in your table that will convert scope and severity values into letters values. Please see attachment Thank you Erika Attachments 2015-09-16 (3).jpg 98.3 KB · Views: 105
Hi I need some help She wants me to figure out how to translate the above grid into rows in your table that will convert scope and severity values into letters values. Please see attachment Thank you Erika
Ranman256 Well-known member Local time Today, 08:10 Joined Apr 9, 2015 Messages 4,354 Sep 16, 2015 #2 to me, its a simple append query. user clicks a button, the sql will write the letter clicked sSql = insert into table ([letter]) values ('" & btnValue & "')" docmd.runSql sSql
to me, its a simple append query. user clicks a button, the sql will write the letter clicked sSql = insert into table ([letter]) values ('" & btnValue & "')" docmd.runSql sSql