Recent content by workolic

  1. W

    Contiuous Form Next Record Selector Problem

    gemma-the-husky, you are right: my records are non-updatable. Do you have a usual way to retrieve data? Thanks. ??? Set db = OpenDatabase("D:\Test.mdb") strSql = "SELECT Table1.* FROM Table1 WHERE strSO = '" & vbSO & "'" Set rs = db.OpenRecordset(strSql, dbOpenDynaset ???
  2. W

    Contiuous Form Next Record Selector Problem

    Thanks. Already tried. But this does not work. I am missing something more obvious than that: see the single record selection in my form.
  3. W

    Contiuous Form Next Record Selector Problem

    Hi all, Below is the code which I use to retrieve data from a different Database. I want to put data in a Continuous Form. There is no problem retrieving data but the Continuous From does not go to the next Record Selector. I have tried commands below without success: DoCmd.RunCommand...
Back
Top Bottom