G Guest Aug 8, 2005 #1 I need to have an easy way for clients to lookup a value directly from the Data Access Page, such as from am command button. Thank you.
I need to have an easy way for clients to lookup a value directly from the Data Access Page, such as from am command button. Thank you.
S Sylvain Lafontaine Aug 8, 2005 #2 You can call MSODSC.Execute to return a recordset, something like: Dim rs Set rs = msodsc.Execute ("dbo.MyQuery") There is a newsgroup about DAP; you can use Google to search for the word Execute: http://groups-beta.google.com/group/microsoft.public.access.dataaccess.pages
You can call MSODSC.Execute to return a recordset, something like: Dim rs Set rs = msodsc.Execute ("dbo.MyQuery") There is a newsgroup about DAP; you can use Google to search for the word Execute: http://groups-beta.google.com/group/microsoft.public.access.dataaccess.pages