Use our Google Custom Search for best site search results.
Search
-
The syntax for URL and SharePoint, do not work for me from Access. I saw a command line option, a parameter was combined with. If I can get it to work, I'll post the syntax.
-
Survey form needs Yes/No responses from an email. Is there a way to get the username of the person filling out the form. I cant find anything on the internet, except for using sharepoint, which our company doesn't use. Does anyone know how to do this? I tried referencing the operating system's whoami, but couldn't get it to work. ...
-
Maybe if I restate the title question a different way?
Send an InfoPath form email to some email addresses. Main connection is an Access DB. I want to be able to receive the answer by person, to know who responded with which answer. Is this possible?
-
I'm trying to create a questionnaire form. Form is sent as email to users. Main connection is tied to a MS Access DB table that has fields: username, id, and response(yes/no). DB should update with only current user response. We do not have share point. Thank you!
-
Picture of my error didn't post. But it said InfoPath cannot open the following file: ~ it copied the path through the poll_id=26 - and read that 'Then system could not find the path specified.
-
The Url syntax didn't work.
I got access to accept objIP.XDocuments.Open ("\\MyTestServer\Mytest.xml /InputParameters 'Poll_ID=26'")
InfoPath opens, not the form, it doesnt seem to recognizing the /inputParameters , and I receive an error on the Access side. I'm guessing its a syntax ...
-
(Excuse the typo)
Should have been:
objIP.XDocuments.Open ("file:\\mytestserver\Poll_test.xml" / InputParameters "MyID=26")
-
I added the code to the form, but I don't have the correct syntax on the access side when launching info path.
Set objIP = CreateObject("InfoPath.Application")
This works:
objIP.XDocuments.Open ("file://mytestserver/Poll_test.xml"
But Access doesn't accept, it highlights the line as incorrect ...
-
Hi Hilary,
I have a Main Connection set up which links to an Access db table. I'm trying to pass a command line parameter so that when I open InfoPath form, the correct record displays. I do not have anything set up on the form itself yet.
-
I've search for days, no luck. Can't get the syntax to work. Any help would be appreciated!