Perfect!
The web control works great after I modified your code to reflect the control name.
Thank you!
For future use if anyone else runs into this:
1) In the form create an ActiveX Web browser control
2) In the VB Codes section it should read as the following;
Option Compare Database
Option...
That works great!
I was able to convert your example to a .mdb and it kept the correct data.
Now this weekend all I need to do is research the activex control to make it work on my OST Updater.mdb. I added a WebBrowser box but now I need to figure out how to have it show the correct data. I'll...
Thank you for doing that!
Those are the same results I got when I change the data type to text or memo.
I will have to go through and see if I can find what format it is trying to save the field in. Then maybe I can convert it back to view it. The software views it just fine so it must be able...
I will try the CStr(Notes) this weekend when I can spend a little time to play with it and research the command's syntax. I haven't been keeping up with software knowledge and have lost most of what I did know:eek:
Thank you.
I tried to switch the data type to text and memo but the application that created the source database crashed when I tried to open it. Must be it looks there for an OLE object which is odd since it is the only field in the table that is OLE.
It's not a deal breaker if I can't get it...
I have attached a .zip with 2 databases. Millco.mdb is the source database and OST Updater.mdb is the database I have created with a link to the source.
What I am trying to accomplish is to display the Notes field from the source in my linked database form.
I am able to display the other...
My solution ended up downloading an Office 2007.iso and using my existing ket to install Access 2007 from there. I then went in and hid all of the menus I could just to prevent accidental modifications to my application.
Not exactly what I wanted but it is a workable solution.
I did try and replace them to read as follows:
------------------------------------------------------
Private Sub PrintShopPO_Click()
On Error GoTo Err_PrintShopPO_Click
Dim stDocName As String
stDocName = "Purchase Order Control"
DoCmd.OpenReport stDocName, acNormal...
Thank you both for your input:)
We only have 1 runtime installed on the users computer. What has prompted me to pursue this issue is that the user has complained that the date picker (little calendar icon) is no longer next to the date fields.
Access 2000 runtime prints fine but does not have...
Good morning!
I programmed an application back in 2004 with Access 2000.
I have not modified it since then.
Everything works fine if we are using the Access 2000 runtime or any full version of Access up to 2016.
When I try and open the application with Access Runtime 2007 or 2013, I get an error...