Hi I create IIF funtion in MS Access but dont know how to Open a Query if result is false. Thanks in advance for the help. Or is there is a way to make it in vba?
Code:
IIF( [center_checkqry]![Plant] <> "",MsgBox("No new Center/s"),
Last edited: