I'm trying to use CR to generate PDF's on the fly to download from a website. I am trying to get CR to export PDF's using some COM objects that will be called from coldfusion.
I want to set the parameters for the stored procedure I'm calling but don't understand how to referance the...
I'm actually doing this in coldfusion for a web page. Previously I've tried to do it in access VBA but couldn't figure it out there either. I tried to use different combinations of wildcards but couldn't find a combination that would work. For example, I would think that "*,!,*"
would...
I'm trying to automate my search process and can't come up with an all inclusive seach string. So rather then waste more time I thought I'd ask you nice people.
Thanks,
Wes
Have you tried opening the database on more then one machine?<br>Have you tried importing data from the database to see if you can still get at the data?<br>And this ones a classic, did you make a backup?<br>I'm not an expert, just spewing ideas.<br>Good Luck,<br>Wes
Thank you for your suggestion. Here is the code I tried.<br><br>Private Sub Close_Click()<br>Dim strTest as String<br>If Me.Dirty then<br>strTest=me.time<br>DoCmd.Runcommand acCmdSaveRecord<br>End If<br>Docmd.Close<br>End Sub<br><br>Whenever The accmdsaverecord is inserted, strTest returns a...
I have a calculated feild at the bottom of my form that receives its value from a subform. This textbox is calulating total hours from the subform. When the user closes this form, I want to pass this calculated (sum) value to another open form. This is all easy to do accept for the following...
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.