Hi as i have been working i have noticed things in vb which i think i may need clarification.
What is the difference between recordset.Close and Recordset = nothing
it is used bot times in many of the forms, but some times only uses nothing. is there a way to use this.
Like for a global recordset you would use .close while a private recordset in a form would just use = nothing
thanks in advance if anyone can help
What is the difference between recordset.Close and Recordset = nothing
it is used bot times in many of the forms, but some times only uses nothing. is there a way to use this.
Like for a global recordset you would use .close while a private recordset in a form would just use = nothing
thanks in advance if anyone can help
Comment