R
Rob
I have added a field to a Contact form in Business Contact Manager called
Test Field.
The issue I am having, concerns when I try to insert data from a database
into the field using a piece of VBScript.
My code to insert the content is:
if isnull(objrs("Member Name")) = false then .TestField = objrs("Member
Name")
I am wondering if it is the name of the field I am looking up in the form
(.TestField) and whether or not this is the correct VB name for the field,
Test Field.
If this is the case how do I find out what the VB name is for user-defined
fields?
Any advice would be much appreciated
Test Field.
The issue I am having, concerns when I try to insert data from a database
into the field using a piece of VBScript.
My code to insert the content is:
if isnull(objrs("Member Name")) = false then .TestField = objrs("Member
Name")
I am wondering if it is the name of the field I am looking up in the form
(.TestField) and whether or not this is the correct VB name for the field,
Test Field.
If this is the case how do I find out what the VB name is for user-defined
fields?
Any advice would be much appreciated