3,842 Topics
![]() | |
Only [url=http://www.daniweb.com/blogs/entry267.html]a couple of weeks[/url] have passed since Microsoft announced that its 'Windows Genuine Advantage' program had been put in place and was in effect. Already, Microsoft has bowed to the pressure of 'hackers' and admitted it is shirt of adequacy. According to a statement made to the [url=http://www.smh.com.au/news/breaking/microsoft-back-to-drawing-board-on-piracy/2005/08/08/1123353252441.html?oneclick=true]Fairfax Corporation[/url], … | |
According to hardware.silicon.com, Microsoft revealed Longhorn Server (Windows Server 2007?) to 5000 people this week. Microsoft confirmed the release that these people will receive a beta for the next-generation OS. The Longhorn Server is not available for public download. There is no date schedule for when a beta may or … | |
There’s a lot happening in the offices of Microsoft, the world’s most popular, and universally loved software company. [url=http://www.microsoft.com]Microsoft[/url] said Thursday on its TechNet website, that it will be releasing six new security bulletins that affect its Microsoft Windows operating system – one of which is rated critical. The software … | |
Has the next major upheaval in PC hardware reared it’s head? Every once in a long while, a new type of component arrives which dramatically changes how we consider our computers. The development of components such as video capture cards and TV tuners have added functionality, but that functionality is … | |
The [url=http://www.mozilla.org]Mozilla foundation[/url], the makers of the [url=http://www.getfirefox.com]Firefox software[/url] that has been downloaded on over 77 million computers, announced that they’re launching a corporate subsidiary of the foundation. Mozilla’s new revenue-generating taxable subsidiary, which the organization will call the Mozilla Corporation, will be responsible for development and distribution of Firefox, … | |
Several days back I had a look at some of the forward looking aspects of the upcoming [url= http://www.daniweb.com/blogs/entry270.html]Windows Vista[/url] and made mention of Digital Rights Management. The protection of encoded media content is a consideration which will increasingly have implications for hardware as well as for software, and it … | |
Ladies and Gentlemen, stop the presses! Well, in today's world, I should change that... Stop uploading the websites! This is BIG News. Ever since Apple came out with the Macintosh (1984), they have only shipped with one-button mice. Even mice prepared for the Apple IIe / IIc / IIgs had … | |
The next generation of game consoles are shaping up to become a battleground between competing technologies of high capacity high definition DVD standards. The support of Sony for [url=http://en.wikipedia.org/wiki/Blu-ray_Disc]Blu-Ray technology[/url] in its upcoming Playstation 3 has been widely discussed. Bill Gates has now officially announced that the soon to be … | |
Redmond, Washington based [url=http://ww.vista.com]Vista, Inc[/url] – a custom software developer and e-commerce solutions provider, said in a recent news article it is considering all options against Windows creator Microsoft Incorporated. [url=http://www.microsoft.com]Microsoft[/url], which is also based in Redmond, said it does not feel it has violated any copyrights. “The name Vista … ![]() | |
John C. Dvorak has a vision and I suspect it may be myopic. Over at Ziff-Davis’s PCMag, the renowned John C. Dvorak has witnessed Windows Vista’s arrival as an almighty dull thud, and sees recent events as a potential portent of the demise of the mighty Microsoft. [url]http://www.pcmag.com/article2/0,1895,1840480,00.asp[/url] Windows Vista … | |
Microsoft's much talked about Windows Genuine Advantage scheme is now in place and active. Windows users who download updates from Microsoft now need to undergo verification checks in order to get the downloads. The only exception are Windows security updates, which will still be distributed regardless. The verification checks will … | |
I came across this article at Appleinsider.com. [url]http://www.appleinsider.com/article.php?id=1143[/url] Lawsuits like that really make me unhappy. Honestly people! Every music store in the world organizes music by genre, artist, title, etc! And have done it for DECADES! How greedy and self-absorbed can people get? Suits like that make me ask myself … | |
three lines of code to check MS Excel is installed on PC | |
I am trying to figure out how to set up a form in Access to automatically fill in 2 fields (Region # and Store Name) based on the Store number which is entered in another field. So whenever a user types in a store number, the store name and region … | |
Hello, I want to let access fill in a checkbox automatically based on the value of another field in the same table. I have a student course registration system in access, and I have a table of Marks that have a mark field, diploma field and the student_id, that I … | |
Hi expert, I'm facing a problem when i try to update the database, below is my code: Dim conn As New OleDb.OleDbConnection Dim strSQL As OleDb.OleDbCommand Dim ra As Integer Dim num conn.ConnectionString = "Provider=Microsoft.ACE.OLEDB.12.0;" & _ "Data Source=C:\employee.mdb" conn.Open() strSQL = New OleDb.OleDbCommand("Update [emp] Set e_name = '" & … | |
Hi i have to store a song in MS access database . I want the code in c sharp or vb.net | |
Hi everone, i have a table containing employees in and out dates of a project containing sat and sun.i want to remove sat and sun and display results.how to achieve this. | |
To start, I am a complete noob at computers so Im not quite sure what Im doing. Recently while playing games my computer screen faded to black, followed a few seconds later with my entire computer dying. I tried everything to turn it back on but had no luck whatsoever. … | |
Hey guys need your help here. I will go ahead and describe my problem and what i intend and what i am getting. Platform for SQL Queries : MS Access There are 2 identical table in terms of table structure, they contain information ( RAW Data) about month, money i … | |
Hi, everyone... I'm using ms access 2003 and i wanna know how to write a code in vba that will take initial days x add y days every end of month and store them as accumulated days. Pleases I don't know wre to start. Thanx in advance | |
Hi, I've created a query that inner joins 4 tables. The tables have a common field CPname and CoverType. The query works and results are correct. However, when I use this query as my record source for a report, I came up with this error: "The specified field 'TblCover.CoverType' could … | |
I has a problem with MS Access queries: In SQL, if I want to include arabic word in the query where part, Simply I add '[COLOR="Red"]N[/COLOR]' before the arabic word. The question is what represents this character in MS Access query. Thanks in advance. | |
All, Have a frustrating report problem. Have code of:[code]Function RAmount() HrsAmt = DLookup("trp_ham", "qryTIMshtS", "[trp_id]=" & Me![Row_ID]) MilAmt = DLookup("trp_mam", "qryTIMshtS", "[trp_id]=" & Me![Row_ID]) RAmount = HrsAmt + MilAmt End Function Function RCount() RCount = DCount("trp_id", "qryTIMshtS") End Function Function RTotal() HrsTot = DSum("trp_ham", "qryTIMshtS") MilTot = DSum("trp_mam", "qryTIMshtS") RTotal … | |
Hey Guys, Some of you know (Tim) that I'm working on a Professional Development and Training Database. I'm about to demo it to HR but I would like to add a feature: If a course is "Mandatory for all employees?" is checked in tblCourse, then check "Mandatory for Employee?" field … | |
All, Having a problem with process flow while printing. I have a process that: 1. Pulls and Prints a summary sheet grouped by client (report 1), 2. Pulls and Prints a seperator page with Client Name (report 2), 3. Pulls and Prints the Client tickets for the Client (report 3) … | |
All, All the help & HOWTOs say you can get subtotal from groupings and grand totals with the use of: =sum([fieldname]) and I have used this in the past, but current report is erroring by giving the popup, asking for value entry on each of these I placed in the … | |
Hello Everyone, I have a large database where I'm using Dlookup to find the next record in the database. I need to find the next record providing it meets a specific criteria. If it doesn't meet the criteria then I need to look at the next record to see if … | |
Hi, For Filemaker 9 I have a pretty big problem here. I have an account layout a contact layout and a Comments layout. The ID for the account layout is attached to the ID for my contacts layout. If account ID = 12 and new contact is clicked Contact ID … | |
Here is what I got and maybe this will help. In example 1 you are on the company page which shows that company and some information that is needed for this company. The bar that runs about in the middle accross that will have links for CONTACTS - JOBS - … |
The End.