Search results

  1. A

    Non-Existant Data Report

    Hi, i have nearly completed my database and i have learnt a lot with help from here but the last thing i think i am stuck on is.... I need to design reports that show when employees do not have a particlular type of training. EG I have First Aid, I need a report that will show which employees...
  2. A

    'Updated Last' field

    I have now created a logon page where users choose their name and enter a password to get on database. the details: SELECT tblEmployees.[lngEmpID], [tblEmployees].[strEmpName] FROM tblEmployees ORDER BY [strEmpName]; I have many forms with an 'updated by' field (i need to know the last...
  3. A

    Create Log In and Password Page

    Hi, any help with this would be appreciated as i am not sure what to even search for in help. I have created a log in page which will eventually open on load, it has a drop down field with user names where the user can select their name and then i require individual passwords. Is this possible...
  4. A

    Create Log In and Password Page

    Hi, any help with this would be appreciated as i am not sure what to even search for in help. I have created a log in page which will eventually open on load, it has a drop down field with user names where the user can select their name and then i require individual passwords. Is this...
  5. A

    DateDiff

    Hi, I am new to this site but i have a problem which is driving me mad as i think the solution is so easy!!... I have two fields in my table/form - TR_DateExpires and TR_DaysLeftUntilExpired...... I want to have TR_DaysLeftUntilExpired automatically calcualted ie how many days left between...
Back
Top Bottom