H
hotrod1952 via AccessMonster.com
I have a form: MAINTSUBLABOR with a combo box the Rowsource Type is:
Table/Query. Rowsource is SELECT DISTINCTROW [MAINTActiveAssetList].[AssetID]
FROM [MAINTActiveAssetList];
(MAINTActiveAssetList is a query)
I am using the combobox results as criteria in another Query [Forms]!
[MAINTSUBLABOR]![Combo11]
As it is now I can return the results for a specific AssetID. What I need is
to be able to have an "All" assets option added so I can also get results for
all of my assets.
I have read several posts on this but I am unable to come up with the
correct syntax or way to accomplish this.
Table/Query. Rowsource is SELECT DISTINCTROW [MAINTActiveAssetList].[AssetID]
FROM [MAINTActiveAssetList];
(MAINTActiveAssetList is a query)
I am using the combobox results as criteria in another Query [Forms]!
[MAINTSUBLABOR]![Combo11]
As it is now I can return the results for a specific AssetID. What I need is
to be able to have an "All" assets option added so I can also get results for
all of my assets.
I have read several posts on this but I am unable to come up with the
correct syntax or way to accomplish this.