Is there an equivelent to the PHP MySQL command in Access? I could always select all and take the last one, but I wanted to make sure that there wasn't a ...
Pretty straightforward. I have a form upload a file. So far, I've tried<BR><BR><pre class="ip-ubbcode-code-pre">$file=$_FILES['photofile']; mysql_query("insert into ...