msaccesspatc
Registered User.
- Local time
- Today, 18:01
- Joined
- Aug 26, 2012
- Messages
- 12
HELP, I'm trying to create my first MS Access 2007 project that provides the user the ability to update Linked sql server tables. I've created forms, subforms, linked tables, queries, but have nothing to give my project leader which is embarrassing. I have a basic knowledge of access but need a high level view and understanding in order to design the app. So in general, I need someone who has done a project like this to guide me on what is the best/simplest way to first present (meaning, navigation form,switchboard,main form) all the options that the app user must be able to do. Described below :
First , there are 3 tables and 3 different environments(development,test,prod). In development the user has full update authority(insert,delete,update). In test and prod, they can only insert( or delete then insert),, my project leader calls this "promote". So a promote can be done whether the record is in the sql table or NOT. The user should also be able to view(read) test and prod.
Besides the environment choice that needs to be chosen, two search fields are needed to query the table(S) to be presented on the form.
Once the environment is known and the search field is known, a query of the 3 tables must be done and a display of all the pertinent records. There is a one to many relationship, and all three tables and rows must be displayed on the form(per the search criteria). The user will then view the records for information, or view and promote or view /change and promote.
Can this be done all in access with property changes on a form (readonly vs editable), since some environments are non-updatable.?
So, first question is how should I best present the application. If you say navigation form, I can search/teach/view a tutorial. If someone has done this simple project, I’d like to imitate it !! Thanks,, a freaked-out dba who wants to learn MS Access.
First , there are 3 tables and 3 different environments(development,test,prod). In development the user has full update authority(insert,delete,update). In test and prod, they can only insert( or delete then insert),, my project leader calls this "promote". So a promote can be done whether the record is in the sql table or NOT. The user should also be able to view(read) test and prod.
Besides the environment choice that needs to be chosen, two search fields are needed to query the table(S) to be presented on the form.
Once the environment is known and the search field is known, a query of the 3 tables must be done and a display of all the pertinent records. There is a one to many relationship, and all three tables and rows must be displayed on the form(per the search criteria). The user will then view the records for information, or view and promote or view /change and promote.
Can this be done all in access with property changes on a form (readonly vs editable), since some environments are non-updatable.?
So, first question is how should I best present the application. If you say navigation form, I can search/teach/view a tutorial. If someone has done this simple project, I’d like to imitate it !! Thanks,, a freaked-out dba who wants to learn MS Access.