Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. thogan5

    need tweaking of code open a pdf file

    You could use Dir(FullPath & StudentName & "*" & ".pdf") to get the first match, then user Dir() with no param to get successive files for this student.
  2. thogan5

    ImexGrid

    This is related to a prior post: thread705-378442 I would like to use the ImexGrid in a custom MS Access text file import routine, but cannot find any documentation on how to use it in a form. I have seen references to it in several posts on the web, but none have any real info on its use...
  3. thogan5

    External accdb won't unlock after using local querydef

    This is resolved. I modified the SQL of the querydef to hit a local table rather than the external accdb. That released the lock file. T
  4. thogan5

    External accdb won't unlock after using local querydef

    I have an external accdb to hold work data and the results of that work. I then open a form that has a subform, whose Source Object is my querydef. When the form opens, the external accdb gets locked with a laccdb file. No prob. But when I close the form, during which I remove the reference...
  5. thogan5

    PHP/MySQL query is simple, but not returning a value. Any advice?

    If you are using Joomla's functionality, then this may not be what you are looking for. But if you are using PHP directly, then the function you need is mysql_query. I would recommend looking at the documentation here: http://us.php.net/manual/en/function.mysql-query.php Hope this helps.

Part and Inventory Search

Back
Top