I'm hoping someone has done this before.
I have a database in MySql that many members access via PHP.
However, the new person to update this database does not have the drive or desire to learn anything new.
What I would like to do is build an access database where he makes the changes in a familiar environment (access) and sends me a table with all the changes he's made, but ONLY the changes he's made.
My current hosting plan makes it way to difficult to link the tables, so offline updating is the best bet. In addition, they only support MySQL and PostGres.
Can I use Access to build transaction tables for me to receive from him? (A table with the record Number, name of the field changed, and new value would suffice) I.E. {167,Home_Addre ss,155 North 5th Street}
Or can anyone here think of something more simple?
I'm probably really overlooking the simple solution here.
I have a database in MySql that many members access via PHP.
However, the new person to update this database does not have the drive or desire to learn anything new.
What I would like to do is build an access database where he makes the changes in a familiar environment (access) and sends me a table with all the changes he's made, but ONLY the changes he's made.
My current hosting plan makes it way to difficult to link the tables, so offline updating is the best bet. In addition, they only support MySQL and PostGres.
Can I use Access to build transaction tables for me to receive from him? (A table with the record Number, name of the field changed, and new value would suffice) I.E. {167,Home_Addre ss,155 North 5th Street}
Or can anyone here think of something more simple?
I'm probably really overlooking the simple solution here.
Comment