hey is there a way to only run a saved insert query in access 2013 from a comandbutton and not show it? I alredy have a query that workes if i execute it from the query itselfe but i cant get i working from the form
i have tried it with the vba methode
dbs.Execute and than the sql statement as string
but that doesn't work and i tried the
OpenQuery "myqry"
but that does only show me a table with the values i want to insert but doesn't realy insert them.