• WSkentg

    WSkentg

    @wskentg

    Viewing 15 replies - 241 through 255 (of 282 total)
    Author
    Replies
    • in reply to: Picture and Fax viewer (XP) #1026201

      Gee Alan, I am impressed! this works beautifully.

    • in reply to: Picture and Fax viewer (XP) #1026091

      Thanks guys, ufortunately my scanner won’t let me use a dll – it demands an EXE so i’ll just have to use paint.

    • in reply to: Transfer Spreadsheet – again (XP) #1025814

      The error was “Kent had a brain meltdown” The line I am actually having a probem with is –
      strTable = “demographics”
      DoCmd.TransferDatabase acImport, “Microsoft Access”, Me.txtLabelPath, acTable, strTable
      This one error with runtime error 2006
      The object name you entered doesn’t follow , object naming rules.

      it looks like I left the destination object name off the end. Now it works. Bad day, lost the plot.

    • in reply to: Transfer Spreadsheet – again (XP) #1025804

      Found the problem – somehow I had a query named tmpImport1. but here’s another one, and I’m ashamed to say that I used a macro for the first time in ten years, to get around it, but the macro is not flexible enough.

      ‘ Import the text file using the specifiction
      varSessionAttendanceScan = “SessionAttendanceScan”
      DoCmd.TransferText acImportDelim, varSessionAttendanceScan, “tmpImportSessionAttendance”, strFileName, False

      what is wrong with this line?

    • in reply to: Printing upside down (2K, XP) #1024328

      The Lebans solution should do the job. They actually want to print each second pair of records upside down. I can use Mod to control which set of controls are visible. They also had a solution to change the colour of control buttons – very useful, thanks for the tip.

    • in reply to: the Dreaded DLookUp (XP) #1022820

      That is much easier to remember – thanks

    • in reply to: Error with VBE Password (XP) #1020938

      That’s nailed it, thanks Hans you are a star.

    • in reply to: Default Printer (XP) #1015985

      Ahh! Thanks for that. I looked there but didn’t see it – its so much easier to find something when you know what you are looking for.

    • in reply to: Undefined Function (XP) #1015984

      I checked and it would seem that maybe something is corrupted with the database so going back to a previous version has solved my problem if not my curiousity. Thanks for your help.

    • in reply to: Database Security (XP) #1015802

      that’s what I wanted – Thankyou very much.

    • in reply to: Database Security (XP) #1015800

      Thanks for the fast reply. I have a copy of the database before I applied a database password. In the short term I can just disable the shiftkey on startup using the Property Editor written by Jamie Czernik but somebody could still edit this property to gain access. Previously I have applied a database password that was only prompted for when I opened the VBE I thought that it was the database password. this allowed users to edit and create reports and forms but denied acces to code which is what I want.
      Do you know how to set the VBE password?

    • in reply to: Recalcitrant address book (XP) #1015496

      Yo R D Man!!
      That fixed it thanks big time.

    • in reply to: Recalcitrant address book (XP) #1015492

      I had already tried the second suggestion and really felt that your first suggestion would work but alas…
      any other suggestions?

    • in reply to: Add on to minimise to tray (XP) #1015180

      Thanks Guys that’s exactly what I wanted.

    • in reply to: Distributing Access APs (XP) #1008690

      I found it – it was greyed out because the database was in 2000 format. All is now right with the world, thanks.

    Viewing 15 replies - 241 through 255 (of 282 total)