Jun 7, 2005 #1 JeffAlton Programmer Apr 19, 2003 42 US I want to view the results of an SQL SELECT statement that is in the code section of a form. How do I do this?
I want to view the results of an SQL SELECT statement that is in the code section of a form. How do I do this?
Jun 7, 2005 #2 PHV MIS Nov 8, 2002 53,708 FR Why not using a ListBox with your SQL instruction as RowSource ? Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886 Upvote 0 Downvote
Why not using a ListBox with your SQL instruction as RowSource ? Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
Jun 7, 2005 #3 crobg MIS Jun 12, 2004 140 US You can also paste the code into a query. Just switch to SQL view and paste the code. Upvote 0 Downvote
Jun 7, 2005 #4 Zion7 IS-IT--Management May 2, 2003 1,276 CA ..or for slightly more versitality, a subform with your SQL as RecordSource? Upvote 0 Downvote