Just tried two troubleshooting steps, It seems you can't join a domain if you already have logged on using the workgroup and a user which is in the AD. I made a new user and tried to join the domain, but it comes up with a error message that said something like: the server cannot execute the...
The laptop is getting it's ip-address from a router which gives us Internet connection (DHCP).
I can also find the server using the domain name as workgroup name on this laptop, but even though the username and password is correct I cannot access a shared folder (this folder is on the server)...
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...
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...
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...
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...
Hi Steve
I just found out that the query should show all free beds within a specific period of time (arrival and departure), now it just shows the free beds for a specific period from the arrival date. I do have a departure field aswell. Is there any way i can redo the above query you gave me...
Hi Steve
This is the SQL query
SELECT bed.bednr
FROM bed INNER JOIN reservation ON bed.bedid = reservation.bedid
WHERE (((reservation.arrival) Between [first date] And [second date]));
I have tried a few different criteria options on bednr, but has not helped in showing the bednr which isn't...
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...
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...
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...
HI
It didn't work, however after you told me about that the calender values were the reason why i couldn't test the two dates I found out that I could compare the two calender date values. The test is now working.
Thanks for all your help!
Alexi
Hi GLS
Thanks for answering.
You're probably right about the values being set into the field. As I am new at programming in ACCESS and using forms I wandered if you could tell me how I set the controls TEXT property as you mentioned above.
again, thank you for your help
Alexi
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 "on change" event:
Private Sub ETD_Dato_BeforeUpdate(Cancel As Integer)
If Me![ETD Dato] < Me![ETA Dato]...
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...
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.