FrontPage 2002 Data configuration

G

Guest

I am trying to configure this website so that up to four different people can
enter patient's chemistry results. My reading states that both ASP and
frontpage extensions must be installed. I believe that this was done but how
does one confirm this? Add/remove programs did not show it.

- I added a few fields and saved the project thinking I could go back to it.
Cannot find a way to add more fields. If it cannot be done I would like to
know how to remove this and start again.

- Ideally, I would like each of the four agents to be able to enter patient
results to their own table then append their entries to a single master
database Once entered, is there a way to 'lock' the data so they cannot be
edited by the agents.

- Not sure if more than one person can log into the site and update. Advice
sought

I am willing to work on this. I am a novice but if some prgramming is
involved this would be an opportunity for me

Much thanks
 
S

Stefan B Rusynko

You should create a server side DB driven login system
See http://support.microsoft.com/default.aspx?scid=321439
Then after they are logged in, limit the users to add/edit their own records in the same master DB table
- write their login ID as a field to the DB w/ their data
- limit their query/ edits to records w/ that ID
For some DB Add Edit examples see http://www.asp101.com/samples/

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


|I am trying to configure this website so that up to four different people can
| enter patient's chemistry results. My reading states that both ASP and
| frontpage extensions must be installed. I believe that this was done but how
| does one confirm this? Add/remove programs did not show it.
|
| - I added a few fields and saved the project thinking I could go back to it.
| Cannot find a way to add more fields. If it cannot be done I would like to
| know how to remove this and start again.
|
| - Ideally, I would like each of the four agents to be able to enter patient
| results to their own table then append their entries to a single master
| database Once entered, is there a way to 'lock' the data so they cannot be
| edited by the agents.
|
| - Not sure if more than one person can log into the site and update. Advice
| sought
|
| I am willing to work on this. I am a novice but if some prgramming is
| involved this would be an opportunity for me
|
| Much thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top