Recent content by ukaduka

  1. U

    Search form to add new record

    Yes my search button works. I used an unbound textbox and built a macro here's the code: [Surname] Like "*" & [Forms]![NewTBT]![Text2] Or [First Name] Like "*" & [Forms]![NewTBT]![Text2] Or [CSCS Card] Like "*" & [Forms]![NewTBT]![Text2] I need it to find the person so I can add a new record...
  2. U

    Search form to add new record

    Because we've got a lot of employees, we'd spent too long looking through the names
  3. U

    Search form to add new record

    Hey guys! I'm creating a database for work to do with health and safety. What I'm trying to do it create a form, where I search for a certain employee (by surname or id) to add a new record against that name. I've got an employees table and a tool box talk table, they are linked by NI Number...
  4. U

    Hi there!

    Hey everybody! I'm Daniella and I got my HND 5 years ago and then fell into a job that had nothing to do with computers but I recently found a new one which is data entry etc. My boss asked me to create a db and although I'm comfortable with the basics there are a few things that I don't...
Back
Top Bottom