J
John C.
Thanks in advance for any help here...
Here is my problem:
I have built a MS Access 2003 database which we are using for a Payroll
System. Currently, our employees submit a timecard (in paper) which I put
into the database every other week. However, the company is expanding and we
are hiring more people. So, I want to try and make it so each employee can
connect to this database and add their biweekly timecard.
Unfortunatly, not everyone has a copy of Access on their computer, so the
Internal Forms in Access aren't a solution. Secondly, we are using the
Access Workgroup for security. For those of us who have Access on our
computer, we have to join a workgroup that has setup Groups with Users and
Passwords.
My goal is to make an interface where each employee could login, with their
own unique user name and password, and have a time card for them to fill out.
So, I tried Data Access Pages (DAP) which are built into Access as a Web
Solution. However, DAPs are HTML pages and thus can not call Access
Funtions, like CurrentUser, which we use in the Database to authenticate the
User and limit his or her access to certain pages.
But, I remembered that FrontPage can connect to a database, and you can
write scripts which automatically fill in certain fields with respect to a
User (aka Name, Employee Number, Department). However, because my Database
is in Workgroup and is secured, FP can't talk to it. When I use the Database
Interface Wizard to connect to the database, the Login.asp fails to do
anything. I believe that the Access Workgroup is preventing FP from
connecting.
I do know that when I return to the default Access Workgroup, then use the
Database Interface Wizard to create a Access Database, it works and there are
no problems with Access taking to FP.
Can anyone help here? How do I get a Workgroup Protected Database to talk
to FP? I can't lose the Workgroup, because it has senstive data and needs a
method of Security for those of us who have Access installed on our computer.
And I know DAP have a method of taking to Access to varify the Access
Workgroup Username/Password. What does it do that FP can't?
Again, thanks for sticking in there and reading this... Any help would be
appreciated!
Here is my problem:
I have built a MS Access 2003 database which we are using for a Payroll
System. Currently, our employees submit a timecard (in paper) which I put
into the database every other week. However, the company is expanding and we
are hiring more people. So, I want to try and make it so each employee can
connect to this database and add their biweekly timecard.
Unfortunatly, not everyone has a copy of Access on their computer, so the
Internal Forms in Access aren't a solution. Secondly, we are using the
Access Workgroup for security. For those of us who have Access on our
computer, we have to join a workgroup that has setup Groups with Users and
Passwords.
My goal is to make an interface where each employee could login, with their
own unique user name and password, and have a time card for them to fill out.
So, I tried Data Access Pages (DAP) which are built into Access as a Web
Solution. However, DAPs are HTML pages and thus can not call Access
Funtions, like CurrentUser, which we use in the Database to authenticate the
User and limit his or her access to certain pages.
But, I remembered that FrontPage can connect to a database, and you can
write scripts which automatically fill in certain fields with respect to a
User (aka Name, Employee Number, Department). However, because my Database
is in Workgroup and is secured, FP can't talk to it. When I use the Database
Interface Wizard to connect to the database, the Login.asp fails to do
anything. I believe that the Access Workgroup is preventing FP from
connecting.
I do know that when I return to the default Access Workgroup, then use the
Database Interface Wizard to create a Access Database, it works and there are
no problems with Access taking to FP.
Can anyone help here? How do I get a Workgroup Protected Database to talk
to FP? I can't lose the Workgroup, because it has senstive data and needs a
method of Security for those of us who have Access installed on our computer.
And I know DAP have a method of taking to Access to varify the Access
Workgroup Username/Password. What does it do that FP can't?
Again, thanks for sticking in there and reading this... Any help would be
appreciated!