please can anyone help me?
I need to run some code whenever a new record is added to a table in access.
Is there anyway of doing this?
Thanks
Nick
Printable View
please can anyone help me?
I need to run some code whenever a new record is added to a table in access.
Is there anyway of doing this?
Thanks
Nick
How does the record get there? If it is appended through a form,
you can write the code behind whatever function updates the
table.
If it's by some person simply adding a record and typing into it,
you've got a problem that can't easily be solved.
it's from an asp page.
is there any way to get a macro or some module code to run from an asp script?
Thanks
Nick
There should be, but I've never worked with ASP. Have you tried
the ASP forum?