Hello - this is my first post and it is going to be a long one! I have been creating a database to perform product inspections for work. So far everything is working very well. The auditor enters the information he/she is prompted for during the inspection. Once completed, here is what I would like to have happen, but it doesn't work as I hoped; they click a button called- "provide disposition and sign-off". The button opens a small dialog box where they can select either accept or reject from a list box. (I should also mention that the form opens and is linked by transaction number to the data collection form we just came from. The table that contains all this data is calle the general ir transaction table).
That is all very well. Now here comes my problem. On this small dialog box I would like to put another button called "Auditor Sign-Off". When pressed the user should be prompted for their password. If correct the password will return the auditor's name in a text box on the form. I tried using a parameter query method - but it locks the form. Also, in the general ir transaction I cannot get the name returned to copy into the field which would indicate what auditor performed the inspection. I hope this isn't too confusing. Aaaagh! Can anyone help me? Thank you!
That is all very well. Now here comes my problem. On this small dialog box I would like to put another button called "Auditor Sign-Off". When pressed the user should be prompted for their password. If correct the password will return the auditor's name in a text box on the form. I tried using a parameter query method - but it locks the form. Also, in the general ir transaction I cannot get the name returned to copy into the field which would indicate what auditor performed the inspection. I hope this isn't too confusing. Aaaagh! Can anyone help me? Thank you!