S
siaosanko
Hi,
I'm writing in VBA MS access, and when i run my form i got a runtim
error: 3075
and it was debugged at the following code:
I can't figure it out what's wrong with my code, would you please help
me out with it?
Thanks a lot!!!
The error message points at "Mod = "", but i don't know what's wrong ?
======================================
strSQL = "Select * from Result where Proc = '" & Trim(rsTarget!Proc)
& "' And Mod = '" & Trim(rsTarget!Mod) & "'"
Set rs2 = CurrentDb.OpenRecordset(strSQL)
=======================================
Thansk a lot for the help!!
I'm writing in VBA MS access, and when i run my form i got a runtim
error: 3075
and it was debugged at the following code:
I can't figure it out what's wrong with my code, would you please help
me out with it?
Thanks a lot!!!
The error message points at "Mod = "", but i don't know what's wrong ?
======================================
strSQL = "Select * from Result where Proc = '" & Trim(rsTarget!Proc)
& "' And Mod = '" & Trim(rsTarget!Mod) & "'"
Set rs2 = CurrentDb.OpenRecordset(strSQL)
=======================================
Thansk a lot for the help!!