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

  • Users: OnLiner
  • Order by date
  1. OnLiner

    onclick for tab not working

    fantastic thanks that did the trick! :)
  2. OnLiner

    onclick for tab not working

    Hi everyone, I put this in the onclick event for a tab... MsgBox "hello" and its not working. Anyone know why? Thanks mountains yet again :)
  3. OnLiner

    deselect listbox radio buttons

    its a beautiful thing... Thanks worked like a charm
  4. OnLiner

    deselect listbox radio buttons

    khewl works for the option group thanks :) *doesn't work for the list boxes though...
  5. OnLiner

    net send instant messaging

    ok so i set up a reference for microsoft script runtime, and put in this code for my buton.. CreateObject("Scripting.FileSystemObject").Run "NET SEND * HELLO THERE" but I got a debug error. Please help? Thanks in advance!!!
  6. OnLiner

    deselect listbox radio buttons

    Greetings, I found two similar subjects but the methods didn't work which were... Set the listindex property to -1. list1.clear I have a list box with a value list and an option group with two radio buttons. both controls are unbound. I'd simply like to have a "clear" button deselect anything...
  7. OnLiner

    net send instant messaging

    thanks!,,, sorry still a bit confused i'm new at this...can you give an example?
  8. OnLiner

    net send instant messaging

    what is the "Scripting.fileSystemObject" part mean? I copy/pasted this into the code builder in access and got a debug error.
  9. OnLiner

    Query Theory

    fantastic thanks!!!
  10. OnLiner

    Query Theory

    Hi everyone, I have a question... I have an employees table, disciplines table, and attendance table. the employees is one-to-many with the discipline and attendance tables. When I create a query with all three tables in it, not all of the employees are listed. I'm assuming it is because not...
  11. OnLiner

    net send instant messaging

    Hi all :) not so long ago i found a thread that shows how to use the net send command in vb i believe which mocks an instant message program. I searched for it again but can't find it. Anyone know how I use the net send command in vb or macro? or know where that thread is? Thanks!!
  12. OnLiner

    unlock dormant idle database

    Hi everyone :) is there a way to to have a form open when the database is idle for a certain lenght of time? This form I made is modal with a prompt for a password to unlock the database.
  13. OnLiner

    Lock Table in Data Access Page

    great thanks!!
  14. OnLiner

    Lock Table in Data Access Page

    so I am assuming there is no way to do this without locking the underlying table or query??
  15. OnLiner

    Column Headings Question

    Greetings, I'm not sure how I should handle this, but I have a table with many fields namely "employee" and "supervisor". I want a query/table/form that shows the supervisors as column headings, and the employees listed under the column of the supervisor they are assigned to. I've queried and...
  16. OnLiner

    Lock Table in Data Access Page

    Hi everyone, I created a DAP in design view and dragged a table onto it. How do I lock the table so users cannot edit/add/delete records, but just view them? thanks :)
  17. OnLiner

    Creating a web based db

    Hi guys you've been a great help! Yes it is a small operation. Only 150 people on one network server will be using this teeny website. DAP's may be all that's needed since basically they are only accessing html documents really. There is no "web" server to speak of. But I was curious since I...
  18. OnLiner

    Field data in crosstab results

    wow that did the trick! Thanks tenfold!!!
  19. OnLiner

    Advice needed

    sweeeeeet this will be extremely helpfull Thanks a million
  20. OnLiner

    Spontanious refreshing on form

    :) Thanks a million guys! Yes eventually I'd like to code as much of it as possible.

Part and Inventory Search

Back
Top