J
jokobe
I used this code on my old desktop:
Rs.Open "Select * from " & _
" mytable "
'" where online_seminar_id = " & IntNumber & " "
" where kundenname = '" & StrMyAutor & "' "
and it worked fine. but now with a new system it isn't working any more.
When debugging, I can see the value ( strmyautor) contain the same string,
but I don't get a recordset.
If I select all records from mytable and, move rs.kundenname into mystring
and try
If mystring = strmyautor then ... I never have the same value, althoug both
variable contain in the debugger the same name.
Any helpful hint?
jokobe
Rs.Open "Select * from " & _
" mytable "
'" where online_seminar_id = " & IntNumber & " "
" where kundenname = '" & StrMyAutor & "' "
and it worked fine. but now with a new system it isn't working any more.
When debugging, I can see the value ( strmyautor) contain the same string,
but I don't get a recordset.
If I select all records from mytable and, move rs.kundenname into mystring
and try
If mystring = strmyautor then ... I never have the same value, althoug both
variable contain in the debugger the same name.
Any helpful hint?
jokobe