Im trying to use @DBColumn to pull contact information and display it into the database I’m currently creating. The problem is I keep recieving the following error message…
“Field: ‘FirstName’: File does not exist”
I dont think the formula i am using is wrong because i think all the semi-colons and all are in the right place. I have also put the correct server and database name etc.
Here is the formula I am currently using
@DbColumn( “”: “”; “DOMDEV1/DEV”: “Group\ContactInfo.nsf”; “Notes\Bourne\Contacts\ By FirstName”; 1)
I have put this code in a field called “FirstName” which is text and computed.