Search results

  1. S

    Question DLookUp????

    NigelShaw, HA HA, Do not worry you was next on my list:) As stated in my reply to georgedwilkinson i am very grateful for the help and advice all of you have given to me her at AWF. I am currently looking at the design of the form and also how i am storing it as i feel like you said the way i am...
  2. S

    Question DLookUp????

    Wazz, I am very grateful for your help and advice, i think sometimes it pays to step back and go back to basics. As i am sure you have seen i am very new to Access and always trying and willing to learn. Once again thanks.
  3. S

    Question DLookUp????

    boblarson, Thank you for the information on the Black exclamation mark in the red triangle, i was not aware of this function.
  4. S

    Question DLookUp????

    Georgedwilkinson, I owe you an apology it was uncalled for and unprofessional to speak to you like that. I took out my frustration and comments my ungrateful boss made about my Database, which lead to my original posting of the question. Like all boss's they seem to lack the understanding of...
  5. S

    Question DLookUp????

    And how does this concern you?? Stated another way... Do you think it might be that i got the title wrong (Hence why the titles are different). But the real question here is that you looked at both and did not take the time to help. So 10/10 to you!!!
  6. S

    Question DLookUp????

    DLookup/DCount (PLEASE HELP ME!!!!!) Hi, My problem is that i have a form which is used to book dates against a employee. I have a SubForm placed on the form that shows all dates currently booked against that employee, which automatically populates when the EmployeeID is entered into the Form...
  7. S

    Question DLookUp????

    WAZZ, Thanks also for your help but neither of the suggestions worked, just out of interest did you try then in the sample i attached? The reason i ask is just wondering if it was something i have not done correctly or not.
  8. S

    Question DLookUp????

    NS, Your Codes looks just what i need but it does not work as it still allows the user to book dates already booked against an employee.
  9. S

    Question DLookUp????

    Hi sorry to bother you again the EmployeeID in the tblEmployee cannot be a autonumber as its a clock number.
  10. S

    Question DLookUp????

    Hi thanks but this only checks that the EmpID is not already in the table i need it to also check that the BookingDateID is also not booked by that EmpID. So to stop the same date being booked against the same employee.
  11. S

    Question DLookUp????

    DLookUp???? (Someone please help!!!!!!!) Hi, My problem is that i have a form which is used to book dates against a employee. I have a SubForm placed on the form that shows all dates currently booked against that employee, which automatically populates when the EmployeeID is entered into the...
  12. S

    Question Delete Duplicates in table when two or more fields are the same

    HI, Thanks but that does not do anything.
  13. S

    Question Delete Duplicates in table when two or more fields are the same

    Hello, I have looked and looked at all the delete statements on the forum but i am not getting anywhere fast. I have a table called "tblMaster" With the following fields that i want to search by IDNo DateRequired DateBooked In short i want to search the table and delete all duplicates where...
  14. S

    Question Create a custom "Error message box"

    Thanks for your help, i have placed the else code in and it works fine
  15. S

    Question Create a custom "Error message box"

    Hi all the Information including the DefectID is stored on the same table, your code seems to be what i need. Just one more question, where would i store the code, am i right to assume it is "After Update" for the "DefectID" Field?
  16. S

    Question Create a custom "Error message box"

    Hi, Sorry i dont understand what you mean, as i said i am new to Access. When someone tries to input a already known DefectID a system generated message box pop's up and will not not allow you to save the record.
  17. S

    Question Create a custom "Error message box"

    Hello all, I am new to Access but with that i side i want to learn. I have created a Database that collates defects. The Primary key is called "DefectID" which takes its number from a defect form that is never repeated. Unfortunately ever so often a person will try and input the same defect...
  18. S

    Question Report Question Regarding DateDiff

    Yes i can see the problem now, your right it was down to the format. Thanks it works fine now
  19. S

    Question Report Question Regarding DateDiff

    Hi i have a Textbox called DateTimeGiven which CONCATENATION the Date and TIME: =[DateDefectGivenToEngineer] & " " & [TimeDefectGivenToEngineer] and another one that does the same: DateTimeReported: =[DateReportedToRepairServices] & " " & [TimeReportedToRepairServices]. I am trying to find the...
  20. S

    Question Query to show only records for upto the last seven days starting from the Sunday

    Thanks for your help today, you have saved me some sleepless nights
Back
Top Bottom