M
MSH
Have you checked to make sure you have a reference to DAO?
(i.e. In VBA Tools|References menu)
expecting intellisense to list Append as an option there
is nothing that happens. Based on this I'd say I was
cruising for a bruiser. But no it is correct. Just as I
have written:
(i.e. In VBA Tools|References menu)
intellisense. But when I type the dot after Fields-----Original Message-----
Why is there no intellisense in this:
Dim idxPKDAO As DAO.Index
Set idxPKDAO = TdfDAO.CreateIndex(strPKNameDAO)
Set Fld1DAO = idxPKDAO.CreateField(strFldName1DAO, dbText)
With idxPKDAO
.Fields.Append Fld1DAO
'This is where the issue arises above
.Primary = True
End With
When I type .Fields Fields is available in
expecting intellisense to list Append as an option there
is nothing that happens. Based on this I'd say I was
cruising for a bruiser. But no it is correct. Just as I
have written:
Access XP (not in Access here) just VBA...Fields.Append Fld1DAO
So what's up? Jet 4.0 SP6 DAO 3.7 Windows 2000 SP3