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 strongm 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: *

  • Users: Kib
  • Order by date
  1. Kib

    Remove field

    Hi, How would I go about in code removing a specific field from a table. Thanks.
  2. Kib

    Combo Box Source

    Hi, I have a combo box, and it references a query. Long list of things. But I just want there to be two additional text items shown at the top in addition to the query. IE (ALL, NONE) how do I add these list items into my combo box? Thanks
  3. Kib

    Field Type?

    What data type provides the ability to hold the most text? IE want to be able to hold an emails text of unknown length. Or a record of activities for the day? What type of data type should be used? Thanks
  4. Kib

    Update Combo boxes

    I have 2 combo boxes What I want is: After selecting an item in the first box, it to update the second box with only items that apply are associated with the first... Not sure how this is done. Thanks
  5. Kib

    Check if relation exists

    What code would I use to check and make sure a relation by a certain name exists in the database? Thanks!
  6. Kib

    Does Object Exist?

    What is the code to check if an object (table, query, form, etc) exists in the database?
  7. Kib

    File Selection Browser

    Hi, How do I create in a form using code the file selection object (like the Open... Dialog)? Want user to be able to browse to a file of choice and have it return the path of the file to a string. Thanks -Kib
  8. Kib

    Combo Box Value/Table

    Hi, I have a combo box that is a table the table has 2 fields ID_NUM, AGENCY I want it to show the Agency in the combo box but I want the value bound be equal to what the ID_NUM is (and not have the ID_NUM shown) how do I accomplish this? Thanks
  9. Kib

    Recordset filer

    Hi, been a long time since I had done anything in Access...I am trying to filter a recordset here is what I have...surveys is a table in my database Dim db as DAO.Database Dim rs as DAO.Recordset Dim strFILTER as String Set db = CurrentDb Set rs = CurrentDb.OpenRecordset("Surveys")...
  10. Kib

    Open File With

    Hi, was wondering if there is a way to use javascript to have when you click on something the script will then open a desired file using a specific program. Instead of the default on the users PC? Thanks
  11. Kib

    Powerpoint Links wont work in IE

    Hi! Yes I have Powerpoint installed on the computer that I am using. And that is correct it will work with netscape but not IE. Thanks :) -Kib
  12. Kib

    PowerPoint Links dont work in IE

    Hi, I have an HTML file on my Network that has link to various files. However Links will not work in IE for powerpoint files. It has the progress bar on the bottom saying it is downloading it and then nothing. Why will the file not open? I would like people on the network to be able to open the...
  13. Kib

    Powerpoint Links wont work in IE

    Hi, I have an HTML file on my Network that has link to various files. However Links will not work in IE for powerpoint files. It has the progress bar on the bottom saying it is downloading it and then nothing. Why will the file not open? I would like people on the network to be able to open the...
  14. Kib

    Create control using Code

    Hi, I was wondering if anyone could help me, I am trying to figure out a way to create/add a control to a form in VBA. Such as a Text Box or Label, etc. So if something happens, it will add a new control to the form, and in the code give all the desired properties. Thanks. -Kib
  15. Kib

    Display Errors

    Hi, this morning I woke up and booted up my computer (Windows 98 P3 800) And it booted up into Safe Mode automatically! So I shut down and booted up again, and this time I got the windows 998 Selection screen where I pick, Normal, Logged, Safe, etc, etc. So I picked Normal. And it froze on the...
  16. Kib

    Embedded Frame

    Hi, is there a way to put a frame-like object into an html file but not have it reference another html file, but have it so the text/images/whatever is all located in the same html file, so you dont have a bunch of html files? Not sure if its possible, just curious thanks.
  17. Kib

    Vertical Align

    How can I center something on the page vertically? Thanks
  18. Kib

    Cant Remove A Line in Word

    dawnd3, Yea, that works for me most of the time, except for some reason there were 3 lines that for whatever reason I could not delete by any 'normal' methods. Thanks though :) -Kib
  19. Kib

    Cant Remove A Line in Word

    Thanks Worked like a charm :)
  20. Kib

    Cant Remove A Line in Word

    Hello I created a line in word by hitting "=" 3 times and hitting return and now for the life of me I can not figure out how to get rid of it. Anyone run into this problem before? Thanks

Part and Inventory Search

Back
Top