Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. northernbeaver

    LiveLink 9.7.1 Drag-and-Drop Feature Not Working with IE8

    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.
  2. northernbeaver

    displaying letter version of a number

    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"?)
  3. northernbeaver

    Fastest way to make 2 Yes No Buttons for MANY fields on a form

    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.
  4. northernbeaver

    Fastest way to make 2 Yes No Buttons for MANY fields on a form

    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...
  5. northernbeaver

    Error afer database split failure

    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
  6. northernbeaver

    Error afer database split failure

    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
  7. northernbeaver

    Error afer database split failure

    Do you think re-installing ms Access may help?
  8. northernbeaver

    Error afer database split failure

    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...
  9. northernbeaver

    Rolling network 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...
  10. northernbeaver

    hidden/secure forms and tables

    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.
  11. northernbeaver

    hidden/secure forms and tables

    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)...
  12. northernbeaver

    Copy a file from one location to another

    Im trying to copy a file from one location to another on a click of a button. Im running access 2000. I have tried using the following code Dim fs As New Scripting.FileSystemObject Set fs = New FileSystemObject strFilter = ahtAddFilterItem(strFilter, "CAD DWG (*.DWG)", "*.DWG")...
  13. northernbeaver

    Browse for file

    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...
  14. northernbeaver

    Browse for file

    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...
  15. northernbeaver

    runtime error 5 when using application.followhyperlink

    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?
  16. northernbeaver

    select all button to select all items in multiple select listbox

    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...
  17. northernbeaver

    Suming a calculated field in subform

    I have a form whith a subform. on the subform there are three fields of inportance: qty : a text field-numeric 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...
  18. northernbeaver

    write to bound field on continuous form

    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...
  19. northernbeaver

    write to bound field on continuous form

    thanks for the responce but I have verified that the names in the code is correct. any other ideas?
  20. northernbeaver

    write to bound field on continuous form

    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...

Part and Inventory Search

Back
Top