G Guest Jan 15, 2004 #1 Is it possible to add an update query to a command button? I have tried to build it, but the "update query" does not show up in my list of queries to choose from. Is there a way to do this?
Is it possible to add an update query to a command button? I have tried to build it, but the "update query" does not show up in my list of queries to choose from. Is there a way to do this?
C chris Jan 15, 2004 #2 In the click event of your button write... currentdb().execute "myupdatequeryname" -----Original Message----- Is it possible to add an update query to a command Click to expand... button? I have tried to build it, but the "update query" does not show up in my list of queries to choose from. Is there a way to do this?
In the click event of your button write... currentdb().execute "myupdatequeryname" -----Original Message----- Is it possible to add an update query to a command Click to expand... button? I have tried to build it, but the "update query" does not show up in my list of queries to choose from. Is there a way to do this?