C
cbchhaya
Guest
I have a form frmTables for table TableA where I enter some data in field 'Val' and it leads to either an insertion of a new row in TableB - if the related row does not exist - or of updation of an existing row in TableB, depending upon some crierion.
I achieve this by using DoCmd.RunSQL from the Val_AfterUpdate method from frmTables. However, when I insert or enter something through RunSQL, it pops up annoying warning that I am about to insert (or update) rows in TableB.
How can I suppress this warning?
Thanks in advance
Regards
-Chiradeep
I achieve this by using DoCmd.RunSQL from the Val_AfterUpdate method from frmTables. However, when I insert or enter something through RunSQL, it pops up annoying warning that I am about to insert (or update) rows in TableB.
How can I suppress this warning?
Thanks in advance
Regards
-Chiradeep