Note: You must be registered in order to post a reply. To register, click here. Registration is FREE! Before posting, make sure you have read this topic!
T O P I C R E V I E W
MaD2ko0l
Posted - 30 September 2011 : 11:42:14 Hi,
not to sure how to put this but here we go.
I have somthing like a file manager.
and i need to have a report of who has downloaded each file.
Now what i need to do is list each file that has been uploaded down the left and then list the date/time in which each user has viewed the file.
but i am having trouble getting the data to populate.
i have 3 tables
tblUsers tblFiles Clicks
Clicks holds the userID, fileID and DateClicked of who ever has clicked
Not sure if this is clear or if anyone can point me in the right direction.
Any help is much appreciated.
1 L A T E S T R E P L I E S (Newest First)
Carefree
Posted - 30 September 2011 : 17:15:50 You should include at least one field (eg fileid) that is common to your clicks & your tblfiles. With that you can update/retrieve the proper record.