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?
Search Result
Collapse
3 results in 0.0042 seconds.
Keywords
Members
Tags
-
Tracking QR Codes?
-
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)
-
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