Does anyone know a good book that I can use to easily learn the system? Our company has 'decided' the phone system falls under IT issues and I have little knowledge of the system but need to setup a call centre structure. Consisting of eight or so telemarketers and one manager who will be...
Ran into another problem when I run the program.
i = 0 ' change to i = 1 to number fields from 1
For Each fld In tdf.Fields
fldname = fld.Name
*Now fldvalue = fld.Value generates a Run-Time err 3219.
MsgBox "There are " & Str(FieldCount) &...
I am trying to get the value of fields in a table which I am iterating through.Here is the code I am using
Sub FieldNameAndValue()
Dim dbs As DATABASE, tdf As TableDef
Dim fld As Field
Dim fldname As String, fldvalue As String
Dim FieldCount As Long
Dim i As Integer
' Return Database variable...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.