Recent content by lydz

  1. L

    Find record help

    acAnywhere did it :D the pointer points to the record, looking to move to the top
  2. L

    Find record help

    thanks, but it still doesnt work but now the text box thats based on strResult = [Title] Like '*hat*' hat being what i searched i have a title called 'enigma of the hat' so it should have pointed to that
  3. L

    Find record help

    hi, im making a search, got exact to work using this tried to do one using like, like this but it doesnt work, set up the text box crit, just to see what result was coming out as and it says false does anyone know whats going wrong or how you can use the like operator with the findrecord...
  4. L

    help with search involving combo box

    so no one wants to help me? :( more or less got it running with a .FindFirst, but need to refine for like matches
  5. L

    help with search involving combo box

    ive spent hours looking into searches and searching here for stuff and found some useful stuff, but still in a bit of a mess like well, i have a search form (well 4, but theyre identical basically ;)) and it searches the table the form is based on for stuff, the user selects the field they want...
  6. L

    if statement / len problem

    thanks! made the changes and now it works a treat! cheers :D
  7. L

    if statement / len problem

    im not sure what exactly is the problem here its based on a school library system So the form group are in various forms e.g 7HP, 12HP, 7HP/HY, 12HP/HY well those 4 forms are what the Len is doing is extracting the year group of the student then the year goes into the next if statement when...
  8. L

    DCount urgent help needed

    thats a very good point thanks i'll tidy my code up :)
  9. L

    DCount urgent help needed

    ok then FINALLY w00t done it If DCount("[Date] & [Period]", "tblRIC1Bookings", "[Date] = #" & [Date] & "# AND [Period] = " & [Period] & " ") = 0 Then MsgBox ("This booking is acceptable") DoCmd.GoToRecord , , acNewRec ElseIf DCount("[Date] & [Period]", "tblRIC1Bookings", "[Date] = #" &...
  10. L

    DCount urgent help needed

    hey everyone working on a DCount and having probs on the criteria this is what i have atm, it's the criteria thats the problem, i just dont really get what it's meant to be i need to check whether the date and period entered have already been entered cheers this ones killing me!
  11. L

    calculating date difference excluding weekends in access

    thats odd cos it did the number of weekdays for me no problem
  12. L

    triple bookings

    hey thanks everyone for your replies i was just coming back here to ask something else it was funnish to see the person above suggest DCount, cos thats what im lookin at right now it looks the best way really, normalisation, tho i dont really understand it is pretty important and its all one...
  13. L

    laptop security

    you make up your own key so that only you can get onto the network ;) mines pretty simple but memorable lol basically its not needed, but otherwise people can get onto your network, if you had a key theyd need to enter it to be able to get onto your network and they wouldnt know what it was but...
  14. L

    laptop security

    think this is meant to be about access but if you go into the properties of your wireless network you can change security settings etc think WPA most secure, but if you want to go on DS wifi (you may not) you'll have to use WEP, which is less secure ;)
Back
Top Bottom