Tagged Questions
0
votes
1answer
42 views
Query through VB fails (Infopath and Access)
I am working on an infopath form using MS Access as the database.
On the form, I want to check emails for duplicates and I am trying to do this by running an SQL query from within the following VB ...
0
votes
0answers
68 views
Unable to uppercase the whole word in Infopath 2007
I am trying to convert text in uppercase..I have used the translate function..
translate(., "abcdefghijklmnopqrstuvwxyz", "ABCDEFGHIJKLMNOPQRSTUVWXYZ")
but i am getting result as
"my name is ...
0
votes
2answers
566 views
Infopath 2003 print button
I have created a form that has a "Submit" button and it works by sending an email to the correct inbox. However, during a meeting yesterday I was asked to insert a "Print" button, but don't know how ...