This topic is locked

Newbie Question. - Reports/Multiple users

12/2/2007 12:16:47 PM
PHPRunner General questions
M
MarcusinMD author

Hello,

I just downloaded the demo of this software and so far I have been abe to throw together a pretty decent front end for a project I am working on.
Anyway,
I have only two tables. They are linked together with a simple ID number. The one table contains username, password, some other info. The second table contains dates and times and an event that occurred on that date and time.
Each user only has the ability to log into their account and add their own event with the date and time. They cannot view or edit anyone elses events or accounts.
However, I want to be able to give them the ability to view the other events from other users via a report. Is this easily done? If so can I get some help please. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=6955&image=1&table=forumtopics' class='bbc_emoticon' alt=':)' />
Thank You

M
MarcusinMD author 12/2/2007

OK,

I think I got this figured out. Didn't realize I could setup different view/edits etc for tables and reports. Cool!

M
MarcusinMD author 12/2/2007

OK,

How do I get the data from the "users" table in to the report that is using the data from the other table?

M
MarcusinMD author 12/2/2007

OK,

Got this working as well, never mind.