Jun 7, 2005 #1 JeffAlton Programmer Joined Apr 19, 2003 Messages 42 Location 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 Joined Nov 8, 2002 Messages 53,708 Location 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 Joined Jun 12, 2004 Messages 140 Location 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 Joined May 2, 2003 Messages 1,276 Location CA ..or for slightly more versitality, a subform with your SQL as RecordSource? Upvote 0 Downvote