hello
I have a tabular form ( form1) bound to a query ( query1 )
In this form i have three combo boxes,criteria for filtering records in 'table1'.
I have a button on form for running a SQL Statement, on click.
As i click the button, the procedure is running, query1 modifies, containing only filtered results.
The problem is that i can't show the records from query1 in my form.
I have to close form, reopen it and then it shows records in query1.
i've tried Forms ("Form1").Refresh, Forms ("Form1").Requery with no results
Can anyone tell me how to refresh my form, pls?
Lucian
I have a tabular form ( form1) bound to a query ( query1 )
In this form i have three combo boxes,criteria for filtering records in 'table1'.
I have a button on form for running a SQL Statement, on click.
As i click the button, the procedure is running, query1 modifies, containing only filtered results.
The problem is that i can't show the records from query1 in my form.
I have to close form, reopen it and then it shows records in query1.
i've tried Forms ("Form1").Refresh, Forms ("Form1").Requery with no results
Can anyone tell me how to refresh my form, pls?
Lucian