Hi all,
I have this code and does not see to work it gives me all the time the
dbseeChanges error
strSqlTeam = "Select id, firstname, surname from [dbo_users]"
Set teamrst = CurrentDb().Ope nRecordset(strS qlTeam)
in here is this the problem ?
Riri
I have this code and does not see to work it gives me all the time the
dbseeChanges error
strSqlTeam = "Select id, firstname, surname from [dbo_users]"
Set teamrst = CurrentDb().Ope nRecordset(strS qlTeam)
in here is this the problem ?
Riri
Comment