Query from form

M

Mary

I have a button already that takes a keyword as a filter
and creates a report - using this code:

DoCmd.OpenReport "FR", acViewPreview, , strFilter

where strFilter is the filter, however, i would also like
to add a button that would produce a query as if you did
it manually (where its in table format and the text can
be manipulated), what code wouldd i put there? thanks in
advance.

Mary
 
Top