I am tryimg to open a connecting and then display the record where id = mainID. I can't do it in the SQL because then the adoPrimaryRS.MoveLast etc doesn't work??????
help please??
Set adoPrimaryRS = New Recordset
adoPrimaryRS.Open "select id,description,date,days,hours,mins,staffNo,Department,periodNo from Maintenance", db, adOpenStatic, adLockOptimistic
adoPrimaryRS.AbsolutePosition = MainID
help please??
Set adoPrimaryRS = New Recordset
adoPrimaryRS.Open "select id,description,date,days,hours,mins,staffNo,Department,periodNo from Maintenance", db, adOpenStatic, adLockOptimistic
adoPrimaryRS.AbsolutePosition = MainID