Hi,
I have a simple question, do you need to submit the values back to the main
data source as well, if yes then you should be using webservice for the
update of the secondary datasource.
If no why don't you swap the data sources
Pranav Wagh
"The Real Stuff Is oUT oF tHE bOX"
http://blogs.msdn.com/pranavwagh
http://spaces.msn.com/members/pranavwagh
http://pranavwagh.blogspot.com
--------------------
Thread-Topic: Update a secondary data source using VB
thread-index: AcX3aPc5XxiaStQGTiyarc7nrUE0Wg==
X-WBNR-Posting-Host: 142.179.175.46
From: =?Utf-8?B?QXJ0aHVyIEIu?= <
[email protected]>
References: <
[email protected]>
<
[email protected]>
Subject: RE: Update a secondary data source using VB
Date: Fri, 2 Dec 2005 09:51:04 -0800
Lines: 70
Message-ID: <
[email protected]>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.infopath
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.infopath:25136
X-Tomcat-NG: microsoft.public.infopath
Hi Guys,
Thanks for the response, I will be little more clear:
My form has several fields that require updating. One of the requirement is
the drop down list I have created displays the ClientName, which then
populates 2 different fields ClientPhone and Client E-mail. I have this
working fine. I have added an optional section that the user can click on
and display 3 fields to Add a new ClientName, ClientPhone and ClientE-mail
with an OnClick event to update the ClientInfo table in my Access DB. I am
having problems sending the above three fields to my database using
VBScrip.
I would like to see the user enter the new ClinetInfo in hte optional
section and then see it in the drop down list where he or she can pick the
new client. The optional section by then will be collapsed and not visible
unless he or she wants to add more ClientInfo .
I hope this helps as to what I am trying to do.
Cheers