Article ID: 145705
Article Last Modified on 1/19/2007
-or-
-or-
Function Test()
Dim db As DATABASE, tb As Recordset, x As Variant
Set db = CurrentDb
Set tb = db.OpenRecordset("Table1")
x = x + tb.[Close]
End Function
Function Test()
Dim db As DATABASE, tb As Recordset, x As Variant
Set db = CurrentDb
Set tb = db.OpenRecordset("Table1")
x = x + tb![Close]
End Function
AddNew
CancelUpdate
Close
Delete
Edit
FillCache
MoveFirst
MoveLast
MoveNext
MovePrevious
Requery
Update
FindFirst
FindLast
FindNext
FindPrevious
Move
Seek
Clone
CopyQueryDef
OpenRecordset
Function Test()
Dim db As DATABASE, tb As Recordset, x As Variant
Set db = CurrentDb
Set tb = db.OpenRecordset("Table1")
x = x + tb.[Close]
End Function
Additional query words: argument not optional type mismatch
Keywords: kberrmsg kbprb kbprogramming KB145705