Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Auric
Yak Posting Veteran
70 Posts |
Posted - 2005-04-08 : 23:24:13
|
Hey AllI'm currently working a bit of a web portal application for a friend using VB.net/MSSQL server for the Internal workings, and ASP.net for the 'outside' gui. My quandry, is this... The client runs an on-site computer service business, so what I was thinking was using a calendar of sorts so that A) he could see his bookings for the day and B) corporate clients with the proper permissions could 'request' a service call online. Any ideas on how I would do this? I could create a table with just date/time/location fields and do it that way I guess.. Just looking for input.JoshSelect * from users where clue > 0 |
|
KnooKie
Aged Yak Warrior
623 Posts |
Posted - 2005-04-11 : 06:51:38
|
Where does the MSAccess fit into all this ? Perhaps this is in the wrong forum ?====Paul |
 |
|
|
|
|