D
Dennis
Hi,
I am on Access 2003 via MS Office Pro - 2003.
I am working on a club membership tracking in Access. Originally, the
software was built for the newsletter editor so they could maintain the
mailing list. However, the club wants distribute the software to four data
entry users and numerous lookup users. All of the data entry people have
internet access but not all of the inquiry user have access.
Due to club organization, there will be four different people enter data
into the database and all of them work from their home computers. I’ve
asked, but it not possible to have one person do all of the data entry.
The four people are:
The membership chairman will maintain basic membership info.
The ladies chairlady would maintain additional ladies specific member
info.
The sons chairman would maintain additional sons’ specified member info.
The newsletter person will maintain just the newsletter info.
Note: Each of the four users would be limited to what data field they can
enter and change. That way, no two users could change the same field thus
eliminate having to figure out which field has the “correct†value.
Currently, all membership information is maintained within a single table.
Does any have a suggestion how to approach this from challenge from a
database / data processing standpoint?
I can not connect everyone up to a central server because there is none.
I’ve read a little about the Access database replications and that might be
the answer, but that means that the users would have to have access to the
other user’s computer which means that one people would have to call the
other to see if their machine was up and it not, to bring it up. I can see
all sorts of coordination problems using this approach.
I have two alternate approaches this problem.
1. I can create a transaction file and record every change in a change
table on each computer. These changes tables would be sent to a central
computer which would read through the individual transaction tables and
update its database. The central computer would then send out the updated
master database to the other users who would replace their entire database
with updated master database.
2. Break up my single table into four tables; the main membership table,
ladies table, son’s table, and newsletters table. The four tables would be
joined via a single query.
At this point, the users could then e-mail their individual tables to each
other and each person would load the additional tables into their database.
Or I could use the central computer approach discussed above.
Also, be aware that some of the inquiry computer’s would have to be update
via sneaker net since they so not have internet access.
Both of the above solutions are very ugly. Does anyone have a better
approach or suggestion?
Thanks
I am on Access 2003 via MS Office Pro - 2003.
I am working on a club membership tracking in Access. Originally, the
software was built for the newsletter editor so they could maintain the
mailing list. However, the club wants distribute the software to four data
entry users and numerous lookup users. All of the data entry people have
internet access but not all of the inquiry user have access.
Due to club organization, there will be four different people enter data
into the database and all of them work from their home computers. I’ve
asked, but it not possible to have one person do all of the data entry.
The four people are:
The membership chairman will maintain basic membership info.
The ladies chairlady would maintain additional ladies specific member
info.
The sons chairman would maintain additional sons’ specified member info.
The newsletter person will maintain just the newsletter info.
Note: Each of the four users would be limited to what data field they can
enter and change. That way, no two users could change the same field thus
eliminate having to figure out which field has the “correct†value.
Currently, all membership information is maintained within a single table.
Does any have a suggestion how to approach this from challenge from a
database / data processing standpoint?
I can not connect everyone up to a central server because there is none.
I’ve read a little about the Access database replications and that might be
the answer, but that means that the users would have to have access to the
other user’s computer which means that one people would have to call the
other to see if their machine was up and it not, to bring it up. I can see
all sorts of coordination problems using this approach.
I have two alternate approaches this problem.
1. I can create a transaction file and record every change in a change
table on each computer. These changes tables would be sent to a central
computer which would read through the individual transaction tables and
update its database. The central computer would then send out the updated
master database to the other users who would replace their entire database
with updated master database.
2. Break up my single table into four tables; the main membership table,
ladies table, son’s table, and newsletters table. The four tables would be
joined via a single query.
At this point, the users could then e-mail their individual tables to each
other and each person would load the additional tables into their database.
Or I could use the central computer approach discussed above.
Also, be aware that some of the inquiry computer’s would have to be update
via sneaker net since they so not have internet access.
Both of the above solutions are very ugly. Does anyone have a better
approach or suggestion?
Thanks