O
orbojeff
I'm using a VB Command to change the SQL statement on my Query
qry_SEARCH
On the main form, frm_SEARCH, I have a sub form sfrm_SEARCH bound to
this Query
I tried using Me![sfrm_SEARCH].Requery to refresh the data, but that
did not work.
Could i use to close and reopen the Sub Form?
If so what would that look like.
If not is there a better way?
Thanks
Jeff
qry_SEARCH
On the main form, frm_SEARCH, I have a sub form sfrm_SEARCH bound to
this Query
I tried using Me![sfrm_SEARCH].Requery to refresh the data, but that
did not work.
Could i use to close and reopen the Sub Form?
If so what would that look like.
If not is there a better way?
Thanks
Jeff