drosenkranz
Programmer
Hello There,
I have concateneated an SQL Select statement that pulls all records from a table where the unit is equal to user request in a text box.
I set the .RecordSourceType property of a grid on my form to (4) for an SQL Statement. I then assign my SQL Statement as the .RecordSource property of the grid. Then I issue THISFORM.GRID1.REFRESH()To populate the grid with the matching records. Here's the problem.
The result is displayed over the entire screen in the browse mode. If I close this "whole-screen" display that just pops open, I find my grid on the form behind as I intended it- its working, it just got shoved behind the screen that opened on top of my form.
WHY does the SQL Statement open up the full screen browse window display on top of my form?
How do I suppress this unwanted effect so only the original grid is displayed (refreshed) with the returned records from the SQL Statement?
Thanks
The 2nd mouse gets the cheese.
I have concateneated an SQL Select statement that pulls all records from a table where the unit is equal to user request in a text box.
I set the .RecordSourceType property of a grid on my form to (4) for an SQL Statement. I then assign my SQL Statement as the .RecordSource property of the grid. Then I issue THISFORM.GRID1.REFRESH()To populate the grid with the matching records. Here's the problem.
The result is displayed over the entire screen in the browse mode. If I close this "whole-screen" display that just pops open, I find my grid on the form behind as I intended it- its working, it just got shoved behind the screen that opened on top of my form.
WHY does the SQL Statement open up the full screen browse window display on top of my form?
How do I suppress this unwanted effect so only the original grid is displayed (refreshed) with the returned records from the SQL Statement?
Thanks
The 2nd mouse gets the cheese.