I have created a basic CRUD application that users may input values into.
There is a column called "USER_ADD_ID" that I have for users to type in their username to keep track of who is enter what. But instead of having users type that in all the time, I want to use the username they logged in with at the top right to automatically insert into the database, or pre-fill in the form.
Are there any pointers for this?