D
Dimitris Nikolakakis
I have a table Storage (Code, FactoryID)
I have created a form with:
-ComboBox to select the factory
-ComboBox to select the StorageCode (in the row source there is 'SELECT Code
FROM Storage WHERE
[Storage]![FactoryID]=[Forms]![RStorageItemStatement].[Combo21] ').
First the user selects the factory and then the StorageCode. Until then it
works OK. When the user changes the Factory then The combo box of Storage is
still based on the previous factory.
I tried in OnChange and in AfterUpdate of Factory (DoCmd.Requery(Combo33))
but nothing.
Is there anything else to do?
thanks
I have created a form with:
-ComboBox to select the factory
-ComboBox to select the StorageCode (in the row source there is 'SELECT Code
FROM Storage WHERE
[Storage]![FactoryID]=[Forms]![RStorageItemStatement].[Combo21] ').
First the user selects the factory and then the StorageCode. Until then it
works OK. When the user changes the Factory then The combo box of Storage is
still based on the previous factory.
I tried in OnChange and in AfterUpdate of Factory (DoCmd.Requery(Combo33))
but nothing.
Is there anything else to do?
thanks