Search results

  1. E

    shell function - specify startup directory

    How can you run a program using "shell" and specify a "Start In" directory. For example, I have a win 98 shortcut that has the following info: Target : C:\KRONOS\APPS\tkcwin.exe Start In: x:\KRONOS\data witout the "start in" info, the program will not run I have tried shell...
  2. E

    Multiple instances of a form

    I have a db that will create several instances of a form. I would like to refer to a field on a specific instance of the form for a query criteria. I have tried: forms![frmEmpInfo(1)]![SSN] This didn't work. Any ideas? Thanks in advance. Eric
  3. E

    Common Dialog Control

    This one should be easy. How do you use a common dialog control as an open/save as dialog? In VB6 I would just use the .showopen method, but this method is not available in VBA. Thanks
  4. E

    common dialog

    How do I use the common dialog control as an Open or SaveAs dialog? Why did this have to be different from vb (CommonDialog1.ShowOpen)? Thanks. Eric
  5. E

    format$

    I have a report that lists some dollar figure [Amount]. I would like the dollar amount to be written out, rather than in numeric form. (i.e. Three hundred forty nine dollars and 52 cents as opposed to $349.52). Can this be done with the format$ function, or is there any other way to do this...
Back
Top Bottom