Plextor
In your sub report (obviously change to suit your needs)
WhilePrintingRecords;
Shared NumberVar YourVariableName := Whatever
Then in your main report
WhilePrintingRecords;
Shared NumberVar YourVariableName
I am reading some information from excel into outlook as contacts. I have no problem with that bit.
However, I have a custom contact folder that I would like to read the information into.
How do i go about setting that in VBA?
Thank you
John
In pass through qurey design, right click on the query window. Go to properties.
Under ODBC connect string you will see '...'
Hit on that and then set your password/logon
To my knowledge with ODBC tables, you save the password when you initialy set up the link to the table
-John Blaze
I am having difficulty using Access with it's built in user security.
I am the only user with admin rights to the database. However, when I open the database and attempt to edit or add any module, form etc. I get the message that I do not have the database opened exclusively.
When I examine the...
I am having difficulty using Access with it's built in user security.
I am the only user with admin rights to the database. However, when I open the database and attempt to edit or add any module, form etc. I get the message that I do not have the database opened exclusively.
When I examine the...
Trendsetter,
Thank you for your response. However, the dates in question will not always be 12/31/9999. Its just that the next documents new date must be higher than the previous documents low date
Hi
I have been asked to perform a clean up on our companies contract records, and have not been able to figure out how to do this
Basicaly, a contract can have more than 1 document associated to it, and, each document has an end and start date. When a new version of the document is applied to...
Hi
I have been asked to perform a clean up on our companies contract records, and have not been able to figure out how to do this
Basicaly, a contract can have more than 1 document associated to it, and, each document has an end and start date. When a new version of the document is applied to...
Thanks, I am not sure I understand though. I wanted to populate the textbox based on what query was ran. So that the results from Query2, would populate txtBox2. And when Query3 is passed, the results would populate txtBox3. I dont see how this would work with the code you have sent. Thanks for...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.