action queries

M

maan

hey! it's me again! let me rephrase my statement. we were taught of how to
make a database but only the basic ones. i know how to make tables, forms,
queries and reports. we were taught how to make action queries but not on how
to apply them directly in the forms.

i want to know how to add new records, delete records and update records
while in the form, using the action queries.

thank you so much. and again, i hope you could help me.
 
G

gllincoln

Hi Maan,

The easiest way (without useing VBA) would be to create a macro to call the
action query, place a button on the form and assign the click event of the
button to that macro. If I remember correctly, the button wizard will help
you build the button and assigned the macro.

Hope this helps...
Gordon
 

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