I use a database that calculates costs based a range of parts on list prices. Some parts that are being used are not officially priced and have a guide price. these are marked by a true false in the table. The calculation uses various queries.
When executing the calculation I want to warn the users when 'unofficial prices' have been used. Ideally using a query that picks out those parts that have official prices, and show this as a pop up form but when all the parts used have official prices the query will have no data and I want to cancel the event if the query contains no data.
Any suggestions on how to do that
When executing the calculation I want to warn the users when 'unofficial prices' have been used. Ideally using a query that picks out those parts that have official prices, and show this as a pop up form but when all the parts used have official prices the query will have no data and I want to cancel the event if the query contains no data.
Any suggestions on how to do that