PC Review


Reply
Thread Tools Rate Thread

Access Fields in Lotus Notes DB Forms

 
 
ChuckAT
Guest
Posts: n/a
 
      17th Jan 2008
I am able to access Lotus Notes information in a form using the following.
dim Doc as Object
dim Item as Object
dim NTabN as String
Set Doc = View.GETFIRSTDOCUMENT
If Doc.HASITEM("Tab_Name") Then
Set Item = Doc.GETFIRSTITEM("Tab_Name")
NTabN = Item.Text
Else
GoTo Field_Error
End If

I am struggling trying to update this field from my excel vba program.

I have tried to use:
Function REPLACEITEMVALUE(ITEMNAME As String, NEWVALUE) but keep geting
error of object required. stumped

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Preset fields in Lotus Notes Code J.W. Aldridge Microsoft Excel Programming 2 7th Oct 2007 05:46 AM
C# 2.0 (Lotus Notes 6 & 7) Create mail document in draft folder for Lotus Notes SteveM Microsoft ASP .NET 5 28th Aug 2007 05:16 PM
Can I use Lotus Lotus Notes as default email for Access 2003? =?Utf-8?B?U2NvdFN0dWFydA==?= Microsoft Access Getting Started 2 13th Oct 2005 09:44 PM
Lotus Notes LDAP server forms authenticaton =?Utf-8?B?S01heA==?= Microsoft ASP .NET 0 19th May 2005 07:05 PM
How do I read lotus notes mail files without lotus notes installe. =?Utf-8?B?SG9va2V5?= Microsoft Outlook Discussion 1 29th Jan 2005 09:17 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:01 PM.