Auto Complete Problem - not working sometimes
Okay, this is bothering me and I thought someone might have a quick fix:
When using VBA in Access 2003, sometimes the auto complete works, and sometimes it doesn't.
Specifically, if I name an ADODB.Recordset "rs", then auto complete will not work for like rs.Open (it won't supply anything after the .) and it won't suggest recordset types or lock types.
If I name the ADODB.Recordset "rsL" auto complete DOES work.
I am not sure if this makes a difference, but I will use multiple ADODB.Recordsets to open a few tables at once and pass data back and forth, so maybe it has to do with which one is opened first? I haven't really noticed a difference other than it doesn't like "rs". Could it be a reserved word?
Thanks,
mmcdonal
__________________
mmcdonal
Look it up at: http://wrox.books24x7.com
|