Ok this is the first thread I have created, so I apologise if I'm in the wrong area or anything like that 
Ok I'm also pretty new to coding in access, but here is my situation.....
I have a relational database with multiple tables and forms, in order to get to the forms I have a login screen which is a form for a login table named : tblLogin ( the coding for the login part has already been done)
There is another table called: tblAdmin which has a single foreign key look up field relating to the username field of tblLogin - this table only has one single record which obv is a user from the login table.
Now once a user is through login screen and into the main menu, naturally I want to have navigation buttons on each form, the tricky bit is, I want to have a delete record button on each of these forms, but the delete record button should only be visible if the user held in the tblAdmin is logged in
Can anyone help me with how to code this, and where I would attach the code? (To each button or to each form)

Ok I'm also pretty new to coding in access, but here is my situation.....
I have a relational database with multiple tables and forms, in order to get to the forms I have a login screen which is a form for a login table named : tblLogin ( the coding for the login part has already been done)
There is another table called: tblAdmin which has a single foreign key look up field relating to the username field of tblLogin - this table only has one single record which obv is a user from the login table.
Now once a user is through login screen and into the main menu, naturally I want to have navigation buttons on each form, the tricky bit is, I want to have a delete record button on each of these forms, but the delete record button should only be visible if the user held in the tblAdmin is logged in
Can anyone help me with how to code this, and where I would attach the code? (To each button or to each form)