C
CJ
Hi Groupies:
My database is keeping track of inventory. My main form lists the customer,
the subform shows what they have rented and allows them to select items that
are currently available.
My problem is I need to have my list of what is available update
immediately. The preference would be after an item is selected in the
subform but even after moving between customers is OK. At the moment, I have
a make table query run in the main forms On Current event so that my subform
has an up to date list of available data but because the make table query is
using the datasource for the subform I get the message that the 'table can
not be locked because it is in use' and my data can not be updated.
Is there a better event that I should have this query run in or how can I
work around this?
Thanks for your useful suggestions....
My database is keeping track of inventory. My main form lists the customer,
the subform shows what they have rented and allows them to select items that
are currently available.
My problem is I need to have my list of what is available update
immediately. The preference would be after an item is selected in the
subform but even after moving between customers is OK. At the moment, I have
a make table query run in the main forms On Current event so that my subform
has an up to date list of available data but because the make table query is
using the datasource for the subform I get the message that the 'table can
not be locked because it is in use' and my data can not be updated.
Is there a better event that I should have this query run in or how can I
work around this?
Thanks for your useful suggestions....