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...
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...
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..
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...
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...