I think i need to activate a rference library, but maybe it's more than than:
dim rs as adodb.recorset
rs.open "Employees", cn, adOpendynamic, adLockOptimistic, adCmdTable
**at this point when i start typing ad..itellisense doesn't give me options for any of these, anyone know why?
also i call another private sub that should populate text boxes:
txtEmpName.setfocus
txtEmpName.text=rs.Fields.Item("Employee Name")
**Now at this point itellisense is doing its thing until =rs.Fields in which point it won't show anything.
Is there a reference library that needs to be activated or is should is this all part of the active x controls and I just need to activate a more current version than 2.1. I am currentyl beta testing office 07 as well.
thanks
Adam
dim rs as adodb.recorset
rs.open "Employees", cn, adOpendynamic, adLockOptimistic, adCmdTable
**at this point when i start typing ad..itellisense doesn't give me options for any of these, anyone know why?
also i call another private sub that should populate text boxes:
txtEmpName.setfocus
txtEmpName.text=rs.Fields.Item("Employee Name")
**Now at this point itellisense is doing its thing until =rs.Fields in which point it won't show anything.
Is there a reference library that needs to be activated or is should is this all part of the active x controls and I just need to activate a more current version than 2.1. I am currentyl beta testing office 07 as well.
thanks
Adam