sql - Update query with select statment -
i have linked sharepoint list in access 2010 , update list update query. after updated query should show result how table like. how can design query? , pass values updated table via form. how can talk form values query?
best regards
matthias
you need create button in form name "update". on commandclick() can use sql query update record taking form values. can have new query or report in ms access can run " select * table1". hope helps.
Comments
Post a Comment