I have a Make Table Query. It makes a table called tbl7127. However, I would like to assign the make table name
to anything i want, when i run the query. EG i could run the query and be asked for a make table name.
Then I would type in anyname that i want to.
Here is what i have now as a button on a form. Maybe I have to do something in the query???
Private Sub cmd7127_Click()
DoCmd.OpenQuery "Qry7127ADTOfferMailing", acNormal, acEdit
End Sub
Thanks
to anything i want, when i run the query. EG i could run the query and be asked for a make table name.
Then I would type in anyname that i want to.
Here is what i have now as a button on a form. Maybe I have to do something in the query???
Private Sub cmd7127_Click()
DoCmd.OpenQuery "Qry7127ADTOfferMailing", acNormal, acEdit
End Sub
Thanks