Recent content by Formula2

  1. F

    Runsql action requires an argument consisting sql statement

    Yes sorry - it was a while ago and I knew I added something into the sql string. Thinking about it I made a table so sqlstr="select xyd into tempTable from tblname" docmd.runsql sqlstr docmd.OpenTable "TempTable"
  2. F

    Sigh - Access Regional Dates

    Hopefully this will work for you. Go to Control Panels, Region and choose MM/dd/yyyy for Short Date Make a new module called ShortDateSetting Paste the following code into the new module. Option Compare Database Option Explicit Public Const LOCALE_SSHORTDATE = &H1F Public Declare PtrSafe...
  3. F

    Runsql action requires an argument consisting sql statement

    Add a WHERE string - I know you don't need one but without it won't be recognized as a SQL
Back
Top Bottom