Search Result

Collapse
3 results in 0.0042 seconds.
Keywords
Members
Tags
track
  •  

  • Joe Farage
    started a topic Tracking QR Codes?

    Tracking QR Codes?

    Is there a way to Track QR (Quick Response Codes)? I want to be able to track mainly two different types of QR Codes:
    1. URL Links
    2. vCards

    If there is a way to track them, how do you do it?
    See more | Go to post

  • Jackwaters
    started a topic How do I find the total in an object?

    How do I find the total in an object?

    I am building a music store example in python. I am trying to find a way of displaying the total of all of the sales of all of the music.

    Everything is stored in objects in a list trackList. Track is the object so track.sales returns the sales of particular track.

    This is what I have so far:

    Code:
    def totalSales(trackList):
        for track in trackList:
            total = sum(track.sales)
    ...
    See more | Go to post

  • Can I trace the last person who used the database?

    Hi all,

    Great day(:

    I have a database stored in the shared drive and currently the records are being changed mysteriously. Is there a function in MS Access that allows you to check who was the last person who used the database or who was the one who changed a record?

    Many thanks for all the help received(:

    Cheers,
    Nicole
    See more | Go to post
Working...