John Sh's latest activity

  • J
    John Sh replied to the thread Solved SQL problem.
    I'm running Access 2016 and currently running an update. I am writing the sql in the vba editor. OK. I've run this after the update and...
  • J
    John Sh replied to the thread Solved SQL problem.
    I appreciate the reduction in typing and will implement that. I actually did know that but typed the extra anyway. Back to my original...
  • J
    John Sh replied to the thread Solved SQL problem.
    It's complicated, but. 1) run a scan of all the relevant raw files using a recursive function. Every specimen in the collection has been...
  • J
    John Sh replied to the thread Solved SQL problem.
    The booleans are independent of each other and can be either true or false. They are the result of a series of spell checks. If any one...
    • Screenshot_13.jpg
  • J
    John Sh posted the thread Solved SQL problem in Forms.
    I have a series of 5 boolean controls where any one of them being true will cause text in a control to change. I can't get the code to...
  • J
    The existing data errors are confined to the older entries and do not affect current data input, so it is mainly a case of cleaning up...
  • J
    I have created a form that has all the inherent errors in the main table with links to spelling corrections, duplicate entries...
  • J
    The "findfirst" statement that works The code that finally worked is a slight variation on your suggestion, rs1.FindFirst "[family]...
  • J
    Thanks to all. I will try "like" and see how it goes. I haven't heard of "Simil" but will have a look at it and MajP's demo. The...
  • J
    I have a situation where a number of entries have been mis-spelled and I need to find the correct spelling in a reference list. As an...
  • J
    John Sh replied to the thread Closing image viewing software.
    Good morning David and thank you. In the load event, "sViewer = Photos.exe" . This is passed to a shell object and opens whatever the...
  • J
    John Sh replied to the thread Closing image viewing software.
    Some of the computers are on a uni network so should be using the same viewer and I can control that to a certain degree. It's the...
  • J
    John Sh replied to the thread Closing image viewing software.
    Thanks David. My description maybe misleading. Firstly, I am displaying 70 mb NEF files that Access cannot handle, so have to use...
  • J
    Thanks. I'll give it a try.
  • J
    I am using the following code to open a picture viewer via vba oShell.NameSpace(0).ParseName(sPath).InvokeVerb "Open" Then this code...
Back
Top Bottom