icemonster
Registered User.
- Local time
- Yesterday, 18:23
- Joined
- Jan 30, 2010
- Messages
- 502
so i know that when you set the recordset you can set the variable to set it for rs = nothing, but how would you close this?
Code:
With Form_frm_details_student
.RecordSource = strSQL1
' if this was a field/listbox it would be
with me.listbox
.rowsource = strSQL!
.value = null <- this nulls the source
' if it was set for a form as the recordsource as you can see above, what would be the next line after setting the source?
'if i am not making any sense its because i have not slept yet. :p:p:p
End With