Recent content by MikeHP

  1. M

    In a report, how do I display one field dependent on another.

    The structure of the table is as follows Name Location Alpha 1.1 Bravo 2.1 Charlie 3.1 Dog 2.2 Echo 4.1 Fox 5.1 I would like the report to look like this Able Baker Charlie Easy Fox Dog And obviously if the value in the...
  2. M

    In a report, how do I display one field dependent on another.

    I would like to display the value of a field [Name] based on the value of another field in the same Table [Position] in a report. My goal is to have a visual representation of data that changes based on the changes to the value of the [Position] field. Thanks for any help. Mike
  3. M

    passing variable to application

    Thanks for the help Bob, I think I see how to do what I want, but how do you tell it specifically in the string to use a particular field in that string. Sorry if I'm not being clear but VBA programming is rather confusing to me. Thanks
  4. M

    passing variable to application

    The application is FastStone Image Viewer, I beleive that it does accept command line parameters, I do not know what it is written in. Thanks
  5. M

    passing variable to application

    Hi Everyone I'm trying to pass information from the current record to the startup line of an application. Specifically I am trying to pass the current record name so that the application will open in the correct directory. Any help would be appreciated Thanks Mike
  6. M

    Print multiple reports from one form

    Thanks for the reply I don't think that I have a query as I'm just printing separate reports based on which button is being pressed. I will look again at the scripting but it is virtually identical apart from referencing different reports.
  7. M

    Print multiple reports from one form

    I'm hoping somebody can help me with this problem, I have a form that has two buttons that print reports, the reports are for printing labels and the labels are the same except that one contains the price of the item and the other doesn't. One label prints fine but when I hit the button to...
Back
Top Bottom