Delete Queries Not Available with Command Button Wizard

G

George H Stokes

Why are delete queries no longer available in the Access
2000 command button wizard (I think it's in
ACWZMAIN.MDE)? (They've been available since the first
command button wizard was introduced). I know that I can
create a button for a phony "delete" query that's really a
select query, then change the query from a select query to
a delete query in the database window, or modify the
generated code to call a different query. But that's a
cludge.

Is the Wizard filtering the hidden system table of all
available queries to eliminate users from creating a
button to run a delete query?

I've never customized a wizard. Is that difficult to do?
(I've been programming for 36 years)

Thanks,

George Stokes
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top