action queries

  • Thread starter Thread starter maan
  • Start date Start date
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.
 
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
 
Back
Top