Try to ping your server from the workstation. I also got that same "does not have RSOP data" error before and it turned out to be a software firewall on the workstation that was blocking out the ICMP packets. If you can ping your server then the problem is different from mine.
You can...
Make sure outgoing ICMP packets from the workstation to the Active Directory server aren't blocked by some sort of firewall. You can then run "gpresult" on the workstations to see whether the group policy was applied.
Whenever you change any GPO, you can also make sure the changes goes into...
I have 4 different html files that I need to display on my website as the index page. I want to cycle through them one each week. So, for this week, from Sunday to Saturday, anybody visiting http://www.mysite.com will see homepage1.html. The next week, they will see homepage2.html...and so...
I currently have a report with a field "Amount". At the report footer, I'd like to have a sum of the amount but only those that are above a particular number. For example, I only want to sum those above 10,000. So, my report should look like this:
AMOUNT
12,000
300
14,000
4,000
9,500
Total...
I somewhat have an idea how to do it...It looks like the following.
Private Sub btnCalcAll_Click()
Dim Counter As Integer
Counter = 0
DoCmd.GoToRecord , , acFirst
Do While Counter < 70
CalcAmount_Click
DoCmd.GoToRecord , , acNext
Counter =...
I was hoping I can do it as a function because there is already a set process to come up with the source numbers (they are also calculated, not entered manually) and often times the values to be calculated are stored only as value of the form control, not on table.
If it comes down to it, I...
Hi. I have a form with several textboxes containing numbers. I then have another "result" textbox which contains the sum (or other arithmetical functions) of the previous textboxes. I also have a "calculate" button which obviously puts the resulting calculation to the "result" textbox.
I...
Boxhead, thanks for your suggestion but on my form, I have around 15-20 similar combo boxes and changing them all would become too complicated.
AKMonkeyboy, I set all items to No already but I just thought I'd include the Null just to be more tolerant. Anyway, I think you're right. It will...
barrylowe, limit to list will not work since my bound column is not the same as my displayed column.
handsonaccess, thanks for the function suggestion. I'll try it.
2B||!2B
Let me get straight to the point. I have a table containing the following fields:
ItemId (Autonumber)
ItemDescription (Text)
Discontinued (Yes/No)
As you might have guessed, the discontinued field is just a field that determines whether this particular item can still be used. So, in a form...
There is no difference between the physical size/form of this SODIMM than the ones I currently have. The reason why I chose this RAM was because I found it was the cheapest around compared to the other 1GB PC2100 SODIMM (from the same vendor). So, I guess the cost is reasonable. You did...
Thanks for that info. I was debating whether to return it but that is hard for me to do as I'm currently travelling. I was also trying to google it but I couldn't find anything on the subject. I guess I'll just keep it because it does work fine.
However, if the mem does not contain anything...
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.