I want to open a query output in edit mode, presently the code below is used for report, I want it for query i.e. to open table in edit mode
stDocName = "Search"
DoCmd.OpenReport stDocName, acViewReport, , stWhere
I am unable to open the query using the below code, it gives me an error...