Search results

  1. S

    Run a search query from MS Access using PHP

    I've tried using single quotes ( ' ) in the query instead the normal ones " and still nothing.. Query will work when I leave out the "*" parts, but then I can only find records in database if I know the whole record exactly and that's not the point of a search engine :D Can someone please help...
  2. S

    Run a search query from MS Access using PHP

    Hi, I'm trying to create a php form which checks the entered text in the database and displays it.. <html> <head></head> <body> <form name="Pretraga" action="pretraga.php" method="post"> <input type="text" name="pretraga"> <input type="submit" value="Traži"> </form> </body> </html>- this is a...
  3. S

    File browser that saves file name in a field

    I think I've found solution.. http://www.access-programmers.co.uk/forums/showthread.php?t=170652 I was reading the example above and managed to modify the code (it was basically deleting a lot of stuff I don't need :D ) to do exactly what I wanted..
  4. S

    File browser that saves file name in a field

    Unfortunatelly, now I have a problem again.. System administrator reinstalled OS and office and now my database doesn't work.. Browse button doesn't open anything, it just displays errors (i can look it up tomorrow, now I'm at home).. And when I try to insert common dialog control from the...
  5. S

    File browser that saves file name in a field

    Thank you.. It works like a charm :D
  6. S

    File browser that saves file name in a field

    I found this example http://www.msaccesstips.com/2006/10/file-browser-in-msaccess.shtml It looks pretty simple but I couldn't make it save only filename.. I don't need the full path to a file, only it's name (preferably with extension, eg. picture.jpg) Because all my files will be in one folder...
Top Bottom