Hi all, I'm trying to call another access mdb on a commandbutton_click() Synatx as follows: stAppName = "C:\Project\Inventory.mdb" Call Shell(stAppName, 1) This throws me an error "Invalid procedure call or argument". If I were to change to this, stAppName = "Access.exe C...