Recent content by simonc1978

  1. S

    Changing Output Path

    Update: I think I've found a solution. Will see if it works...
  2. S

    Changing Output Path

    I have a macro that contains a few ExportWithFormatting commands. What I'd like to do is change the output path so that it doesn't reference a particular drive letter but chooses the current directory that the database is in. So instead of saying H:\{foldername}\{filename.xls} I'd like it to say...
  3. S

    Displaying the result of a query when opening a form

    Thanks, I used the latter option... worked perfectly.
  4. S

    Displaying the result of a query when opening a form

    OK, here's hoping someone can help me out... I have a form called Control Panel which opens up when I open my database. I also have a query called MaxDate which return the latest date from a table called tblSessions. How can I change the form so that it displays the result of the query MaxDate...
Back
Top Bottom