• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Microsoft Access customization

BassBomb

Diamond Member
Hello


I have zero experience with Microsoft Access, but I have been asked to setup a simple database

Some key requirements are:

-Once a new row of data is input, and a button is pressed (such as a green check mark) the row should be locked and can no longer be edited by ANY individual

-Username/password access to the database

-A log of who created which entry. For example after the check mark has been selected, there should also be an entry with either Initials or the Username beside it.

Are these things possible? Are they very difficult to set up?
 
Hello


I have zero experience with Microsoft Access, but I have been asked to setup a simple database

Some key requirements are:

-Once a new row of data is input, and a button is pressed (such as a green check mark) the row should be locked and can no longer be edited by ANY individual
doable via a program; if one gets to the raw data; anything if able to be modified
-Username/password access to the database
built in
-A log of who created which entry. For example after the check mark has been selected, there should also be an entry with either Initials or the Username beside it.
Add tracking info as a separate field or table

Are these things possible? Are they very difficult to set up?

If you are familiar with programming via a DB interface or familiar with VBA (Access programming); no concerns
 
Back
Top