D
darren.nellies
Hi guys,
I really hope somebody can help me.
I am having a problem with some coding on some of my forms. I will try
and give as much detail as possible.
I have a parent form (unbound) which holds a host of unbound text
boxes/combo boxes that I use for selection criteria to filter a
subform.
The subform is based on an SQL query that uses the values of the
unbound fields in the parent form as parameters to filter the table
fields.
The subform is in datasheet view.
Several fields within the datasheet view have BeforeUpdate and
AfterUpdate events as well as AfterInstert events at the form level to
manage several update queries that run to fill certain fields based on
entered values.
The form seems to work perfectly if the data is entered manually.
However, if the data is copy and pasted into the datasheet from Excel,
it applies the values into the fields as expected but does not launch
any of the form events. This means that the form does not perform any
of the update queries.
Does anyone have any idea why none of the events are launched? This is
causing me a whole range of problems.
By the way, I am using Access 2003 SP2.
Thanks
Darren
I really hope somebody can help me.
I am having a problem with some coding on some of my forms. I will try
and give as much detail as possible.
I have a parent form (unbound) which holds a host of unbound text
boxes/combo boxes that I use for selection criteria to filter a
subform.
The subform is based on an SQL query that uses the values of the
unbound fields in the parent form as parameters to filter the table
fields.
The subform is in datasheet view.
Several fields within the datasheet view have BeforeUpdate and
AfterUpdate events as well as AfterInstert events at the form level to
manage several update queries that run to fill certain fields based on
entered values.
The form seems to work perfectly if the data is entered manually.
However, if the data is copy and pasted into the datasheet from Excel,
it applies the values into the fields as expected but does not launch
any of the form events. This means that the form does not perform any
of the update queries.
Does anyone have any idea why none of the events are launched? This is
causing me a whole range of problems.
By the way, I am using Access 2003 SP2.
Thanks
Darren