Digital Workshop

Welcome to the Digital Workshop Message Boards
It is currently December 23rd, 2024, 7:21 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Multi User Calendar
PostPosted: September 18th, 2009, 10:46 pm 
Offline

Joined: November 4th, 2008, 6:36 pm
Posts: 29
I have a client who has requested the following:

She maintains an online calendar and enters various agents details against certain events.

The Agent logs in using a password, but can only see events that are assigned to them.

I use Microsoft Access and am not that good at PHP and SQL, can anybody give me any advice how this can be done.

Thanks


Top
 Profile  
 
 Post subject:
PostPosted: September 19th, 2009, 8:25 am 
Offline
Godlike
Godlike

Joined: November 12th, 2005, 1:56 am
Posts: 1474
Location: SFBay Area
Opus: OpusPro v9.0x, & Evol.
OS: Vista32
System: Core 2 duo 2Ghz, RAM 3GB, Nvidia Go 7700 - laptop
In purely abstract terms, you would simply only provide query statements that filter the results returned... in SQL by including the WHERE part of the statement.

e.g. SELECT blah blah blah WHERE Userid = userlogonname

Of course, any events or tracking entries entered into the DB should have a value entered for userlogonname. (if an admin person is doing this... you could create another field like UserAlias, and 'filter' on that instead.)

I'll leave it to the PHP gurus to coach on the web stuff.

_________________
_good things come to those who wait(0)_


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 49 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group