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
???
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...