G
Guest
Hello,
After clicking a "New Record" button, a form is opened to create a new
record in a form. The user should populate four fields at which time when a
combo is populated it should trigger the After Update and run an append query
to a table. My question are:
1) The append query should run only on a new record, how can I do this only
when is a new record and not when the user is just updading a record in the
form?
2) Can I create an append query programmatically without saving a query in
the database?
Thanks,
After clicking a "New Record" button, a form is opened to create a new
record in a form. The user should populate four fields at which time when a
combo is populated it should trigger the After Update and run an append query
to a table. My question are:
1) The append query should run only on a new record, how can I do this only
when is a new record and not when the user is just updading a record in the
form?
2) Can I create an append query programmatically without saving a query in
the database?
Thanks,