• WSkentg

    WSkentg

    @wskentg

    Viewing 15 replies - 211 through 225 (of 282 total)
    Author
    Replies
    • in reply to: Multi user macro (2003) #1062059

      Thanks Hans – I now have a much better understanding of Excle startup – thank you.
      PS – do you ever sleep?

    • in reply to: Multi user macro (2003) #1062055

      Hi Hans, excel knows to try and load that document because it’s in the xlstart directory C:Program FilesMicrosoft OfficeOFFICE11XLSTART and it opens hidden.
      I would have assumed from the message that all the workstations are trying to open the same copy but this doesn’t seem to be the case.

      How would you normally create a macro to used by all excel documents and where would it be stored?

    • in reply to: Favourites list (XP) #1061793

      Thanks Hans.

    • in reply to: Query parameter is null (XP) #1060049

      Sorry that’s not what I’m after. In the solution I used a few years ago did not use a union query.

      The unbound form supplying the criteria was allowed to provide a null value and the query returned all records when supplied with a null.
      after much fluffing around I got it –
      WHERE (((tblRunner.Runner_Name)=[Forms]![frmCriteria]![cboRunner])) OR ((([Forms]![frmCriteria]![cboRunner]) Is Null))

    • in reply to: Create a table with an autonumber field with SQL (2003) #1056315

      I’m trying to convince them to move to the DAO procedures I have written with your help.
      thanks again

    • in reply to: change to landscape mid report (2003) #1056100

      Thanks Hans – I’ll go to plan B – 3 Separate reports passing the page numbers from one to the next.

    • in reply to: Link 2 Subforms (Access 2003) #1056092

      It’s pretty easy –
      step 1 Put a text box on the main form, this does not need to be visible. set its control source to be the field on the first subform. eg – =Subform1.Form!SupplierID
      step 2 use this textbox as the Link Master Field on the second subforms.

    • in reply to: Relationships of 2 tables in 2 differnt Backends ( #1055090

      That makes sense – thankyou

    • in reply to: GOto Last Pge when a report opens (XP) #1053415

      Wow! something so simple and yet so difficult. mmm sendkeys,

      my mother always told me that using SendKeys would send me straight to hell.

      thanks Hans – it did the job.

    • in reply to: GOto Last Pge when a report opens (XP) #1053390

      OK, so does anyone know how to move the the last page of a report when it’s opened?

    • in reply to: Importing Menubars (XP) #1052033

      Thankyou

    • in reply to: Times and dates (XP) #1051741

      That did it – Thanks Hans, yet again.

    • in reply to: Export Report Object (XP) #1051507

      I didn’t have the syntax quite right either.
      DoCmd.TransferDatabase acExport, “Microsoft Access”, strExternalDataBase, acReport, strObjectName, strObjectName works.of course it only needs the path to the other database.
      Lot easier to work out when I got rid of the superfluous comma.
      Thanks.

    • in reply to: Time Shift (XP) #1050953

      That is so easy once you know.

      Thanks Hans

    • in reply to: Developer Tools (Xp/2003) #1050949

      as long as your database is in 2002 format it will work. If it isn’t then goto Tools>Database Utilities>Convert database. The only issue is going to be if you have used functionality that didn’t exist in the XP version of Access.
      Distribution in 2003 is a pain, but the next version (2007) will have the runtime and distribution tools available FREEE.

    Viewing 15 replies - 211 through 225 (of 282 total)