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 bkrike 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: vikunja
  • Content: Threads
  • Order by date
  1. vikunja

    can't log on to Win2000 server with XP pro computer

    Try to find a solution in these pages, but can't seem to find one. I'm having huge problems with this XP pro laptop and trying to log it on a windows 2000 domain. All other computers in the network are WIN 2000 computers and work fine when logging on to the domain. I have written the correct...
  2. vikunja

    cannot connect to internet via wireless station and broadband router

    For some reason I can't connect to internet via my Siemens wireless station. A Netopia broadband router is connected to one of the siemens station lan ports. This is also true for one of the computers. The which is physically connected to the Siemens station works fine. The broadband router...
  3. vikunja

    switch behaving strangely?

    I have two pc's in one end of the room and the network nodes for these pc's are at the other end. I have made two long cables which go over the ceiling and into the nodes. This works fine (the nodes go to a hub in another room). I have bought an cheap switch which i wanted to use for connecting...
  4. vikunja

    transferring data from report to new record

    Hi I have a report based on a query that shows all free beds within a specific period of time. When the free beds show up I would like each bed to have a button next to it. When pressed, I would like the database to go to the form where i write my reservations and automatically fill out the...
  5. vikunja

    problems showing field values in query

    I have made a simple database that will make reservations. The main fields are name, date of reservation and bed number. I have tried to make a query which will show all the beds that are free given a specific date. But it will not show any beds that haven't been added to a record. For an...
  6. vikunja

    Server response is extremely slow

    Hi After rebooting our win2000 server at the office, it took two hours to arrive to the logon screen, and opening and closing programs on the server takes up to 3 minutes. As some of the clients in the office are dependent on getting files from the server, they end up slowing up aswell. thank...
  7. vikunja

    Updating date in "last updated" date field

    Hi Having trouble with updating todays date in my "last updated" date field. I have tried using: Private Sub Form_BeforeUpdate(Cancel As Integer) Me!ddato = Now() End Sub and the same piece of code on every other form field. The wierd part is i have two fields which have combo...
  8. vikunja

    Problems with checking two date fields

    Hi In one of my forms I have a start and end date. The end date has a criteria which is that it shouldn't be an earlier date than the first. I use this piece of code with the &quot;on change&quot; event: Private Sub ETD_Dato_BeforeUpdate(Cancel As Integer) If Me![ETD Dato] < Me![ETA Dato]...
  9. vikunja

    problems showing images on ASP page via client browser

    Hi I have no problems showing images on my ASP page if i browse through the pages using the webservers Internet Explorer. However via a client computers Internet explorer, the ASP page shows a red x. I have set a filepath on my Access database field for the images (e.g...

Part and Inventory Search

Back
Top