Search results

  1. ___

    Simple Open/Close Audit Trail

    This is a very simple example of logging every time the database is opened or closed to a text file.
  2. ___

    Shaped forms

    Unzip the folder to your desktop and open the db :)
  3. ___

    SendObject

    Does anybody know if it's possible, using the SendObject command, to change the Name of the attachment it creates? Rather than having the Name of say the report, changing it to tha date/time. Any help appreciated.
  4. ___

    Story

    I thought it would be amusing to create a story using only three words at a time :rolleyes: (I'm not bored, honest!) The story begins: On a Summers...
  5. ___

    Query Criteria Problem

    I have a query which selects all Euro Customers from a table. This I have done by using the following as the criteria... HAVING (((dbo_HistoryHeader.DocumentType)=4) AND ((dbo_CustomerMaster.PriceRegime)=2)); PriceRegime 2 being Euro. I also need to pull out 4 Other Customers who have a...
  6. ___

    DatePart problem with yyyy-mm-dd?

    Hi all, I have a parameter query based on date which is the control source to a report. On the report I have a TextBox where I'd like to see the result of the parameter entered, this is no problem, but I need the format to be "mmyy" (0104) where at the moment it returns 12004. The query asks...
Top Bottom