I have a grid in a form which is populated from the following query statement in the RecordSource
How do I prevent the results of the query from being displayed in the main window as well as the grid?
I thought that was the job of noconsole.
Where can I find an explanation of the layout option - 'view' (Browse Browse, Browse Change etc.)
Keith
Code:
select customer.c_sname, frames.invno, frames.pictot, frames.intot, frames.freetot, frames.picnam, piccy.p_ref, piccy.owner from frames where frames.pictot>0 order by invno noconsole
I thought that was the job of noconsole.
Where can I find an explanation of the layout option - 'view' (Browse Browse, Browse Change etc.)
Keith