Search results

  1. S

    Executable working directory

    I am new to VB development so my question is an easy one: How do I set the current working directory for my visual basic application? Let's say my exe resides at d:\dev\vb\folder1 and so when I execute my exe from a DOS prompt at that directory, I want the current working directory to be that...
  2. S

    Call stored query in VB

    I am new to the Access and VB world so my question is pretty basic. I need to call an Access stored query (which happens to take 1 parameter) in Visual Basic. Can someone tell me the best method and how to accomplish this? Would ADO be the best mechanism (as opposed to DAO)? Your help and...
  3. S

    Undefined function in expression

    I hope someone helps me with this (I've been bugged by this one): My environment consists of an Access 2003 database which contains some stored queries. In particular, the one I'm working with is called 'viewPatient' which contains some Visual Basic functions. The 'viewPatient' query works...
Back
Top Bottom