There is a patch that is required to have Livelink 9.7.1 and Webdav work with Internet explorer 8.0. depending on the version of webdav you are running on your 9.7.1 system will dictate what patch you will need. the patches are available on the knowledge center.
I have a quick program to record payroll information and print the cheques, is there a way to convert or display a number as text (say $1245 displayed as "one thousand, two hundred forty five"?)
its a Government form that they want to make electronic, the user will fill out the 120 yes no questions then print a report to pdf and give the report to the end user to keep and follow.
I have 3 tables with about 40 Yes/No fields in each - the client would like a seperate option button for yes and no so the user has to select one or the other, I know I can do this by making option groups but doing the wizard 120 times is going to take a while, is there a faster way I can get...
well I re-installed ms access then created a new mdb then imported the forms, tables, and modules with the exception of two forms which hit errors when I tried to import. a quick compact and repair and I was off and running. thanks all for your help
itishardtoprogram: I have tried it on a seperate pc, once I ran the MDB it corrupted access on that system as well. on the new test system once I ran the mdb it gave the error and any mdb that I ran after it did the same thing- hit the same error
I have an microsoft access DB that I created and was working fine. I tried to split the database into two using the database splitter and gets error "error accessing file. network connection may have been lost". So I re-attached the tables back to front end and still get the error. I open a...
I have an microsoft access DB that I created and was working fine. I tried to split the database into two using the database splitter and gets error "error accessing file. network connection may have been lost". So I re-attached the tables back to front end and still get the error. I open a...
yes if you open the access DB by holding the shift key down so the form doesnt auto load. the db appears to be blank, not one form, table, or anything.
A client of mine had an employee that created a Microsoft Database. if you hold the shift key down and open the DB no forms or tables appear so you cant see the data/forms/etc. is there a way to bipass this? I dont condone hacking but the data belongs to them not the (now terminated)...
...the following code
Dim fs As New Scripting.FileSystemObject
Set fs = New FileSystemObject
strFilter = ahtAddFilterItem(strFilter, "CAD DWG (*.DWG)", "*.DWG")
strInputFileName = ahtCommonFileOpenSave( _
Filter:=strFilter, OpenFile:=False, _...
thanks for your help guys I have used the code that was on the link Danvlas gave me. here is my interesting Dilema. on one form I ask them to show me where the file is. that info is saved to a table. on another form that will be used by external clients, I want the client to click on a...
I seem to have a bit of a problem. I am running ms access 2000 and I need to offer a way for the client to browse for a file and store the path into a field in a table. I have searched Tek-Tips and have found the following. I dont seem to have the active X for the common dialoge box and the...
I have a button on a form that runs the code Application.FollowHyperlink me.UL_Link.Value and I receive the error "run-time error'5':
Cannot locate the Internet Server or Proxy Server.
any ideas?
pretty straight forward question I have a listbox on a form. the form is unbound and the listbox has a rowsource set to a populated table and is showing the data fine. I want to create a command button on the form that when pressed will select all items in the list box so the user doesnt have...
...value that lists the quantity
ItemId : a combo box with three columns (ID;Name;Value)
txtCalculated : a text field with controlsource of =([Qty]*ItemID.column(2))
I want to have a sum of txtCalculated on the footer of the subform so I created text field on the form footer with a control...
as I must admit I dont know how to include screen captures on tek-tips here I will attempt to describe the window.
again here is the code
If Me.txtEmployeeID = "" Or insull(Me.txtEmployeeID) Then
Me.txtEmployeeID = Me.cboDefEmp
End If
If Me.txtStartingDate = "" Or...
I have a continuous form that is bound to the table. three fields in question at the moment:
cboCategoryID - a combo box bound to field catID
txtEmployeeID - a text box bound to field EmpID and is hidden
txtStartDate - a text box bound to field startdate the textbox is set to have the...
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.