P
plh
Based on all the help files I really thought I had this right: (MS Access 97)
Sub FillToolTable()
Dim rstT As Recordset
Dim dbC As Database
Dim l As Long
Set dbC = CurrentDb
Set rstT = dbC.OpenRecordset("JobTools")
This last line generates "Type Mismatch"
"JobTools" is a Table withing the Current DB. At this time it has no data
entered into it.
I have the feeling it is something very simple that I am just not seeing.
Thank You!
-plh
Sub FillToolTable()
Dim rstT As Recordset
Dim dbC As Database
Dim l As Long
Set dbC = CurrentDb
Set rstT = dbC.OpenRecordset("JobTools")
This last line generates "Type Mismatch"
"JobTools" is a Table withing the Current DB. At this time it has no data
entered into it.
I have the feeling it is something very simple that I am just not seeing.
Thank You!
-plh