Hello everybody,
I hope somebody helps me in my problem, and if this is a case, it would be much easy for me to do my job. I work with one very large database access 2003 called checks Clients. I do uploading data’s from excel files from big banks cap one, city and so on and process them accordingly their requirements. The problem I need constantly reconcile the data and in order to that I need to keep opening another large database called Files to look up that really slows my computer and takes time to jungle between large mdbs . I always run one select query there called Inquire to obtain information. I read about call shell function that allows running a macro in another database without opening it up. So I create macro called lookUp in Files mdb to start run Inquire query and placed a command button on form frmLooking in Checks mdb and put in click event following code:
Call Shell ("B:\checks Clients. EXE" & "B:\ Files.mdb"" /x Inquire ", 1)
When I run this code the Access shows error 53 no path was found.
I ensure that paths are correct.
May be somebody point me out what I am doing wrong.
Really appreciated,
BorisGomel