I have the following problem.I have a form and a subform based on a query,and this query does not allow the choice of other products.And it is quite logical, since the parameter is (SELECT Max([orderid]) FROM orders).
Naturally no other product can be chosen. I am wondering can i find a trick with both to have the cake and to eat it.I mean to preserve the condition and at the same time to be able to choose and add other products from the table products.Shall i change the source or use some NotIn the List methods?
Naturally no other product can be chosen. I am wondering can i find a trick with both to have the cake and to eat it.I mean to preserve the condition and at the same time to be able to choose and add other products from the table products.Shall i change the source or use some NotIn the List methods?