new users / records since last login?? - help needed..!

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default new users / records since last login?? - help needed..!

    Hi - using APS/Acsess/Vbscript

    How can I display the total new users/records in a table since last time i logged in on a member page.

    Help needed on this issue?

    Thanx!

    Bjorn.
    btn Guest

  2. Similar Questions and Discussions

    1. How to create a login to users in PHP
      How to create a login for users to access their data, currently I can only see the first user everytime I login even with a different username. I...
    2. Login Will Not Work For New Users
      I am using the Dreamweaver User Validation behavior, works fine for users in my table. However when I add new users the login isn't picking them...
    3. PHP - Login and updating member records
      I'm trying to to allow members to login to my site, and allow them to update their personal information. I know you have to past the user...
    4. How can I deny users changing records
      Hi All, I have an Access db which has a LoginCheck table. I use this table to login with name and password. But there is also in the table a...
    5. Help needed to lock laptop down for users.
      We have just taken delivery of 10 laptops which are for a students. The laptops are XP Pro, what we want to do is use a policy of some kind to lock...
  3. #2

    Default Re: new users / records since last login?? - help needed..!

    Most common way is to store a cookie on the machine with the time of the
    last login and then use that as a filter in a SQL statement.

    --
    Regards

    Paul Whitham
    Macromedia Certified Professional for Dreamweaver MX2004
    Valleybiz Internet Design
    [url]www.valleybiz.net[/url]

    Team Macromedia Volunteer for Ultradev/Dreamweaver MX
    [url]www.macromedia.com/support/forums/team_macromedia[/url]

    "btn" <webforumsuser@macromedia.com> wrote in message
    news:d2150q$795$1@forums.macromedia.com...
    > Hi - using APS/Acsess/Vbscript
    >
    > How can I display the total new users/records in a table since last time i
    logged in on a member page.
    >
    > Help needed on this issue?
    >
    > Thanx!
    >
    > Bjorn.

    Paul Whitham TMM Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139