3,842 Topics
![]() | |
Morning I have a question here How do I go about it in Access say if I want to split a line (row) into different lines like these fields? Drug name1 Drug name2 Drug name3 Drug name4 Drug name5 Drug name6 So what I want is to split the Drug … | |
Hi thanks for reply, I just tried that and it does the same - both phrases on the same line in the RTF memo field Ive used vbnewline in a msgbox before and works fine, but it stumped me as to why its not working in memo field. once i … | |
![]() | Hi, My program keeps coming up with an Access Violation after I moved the code manipulating my linked list from the main function to a sub function. Looking at it with the debugger, I found that the sub function destructs the linked list, and then the main function attempts to … ![]() |
Hi there (Can DoCmd.openform allow formname from stored string value?) I am needing to vary the FormName part of the .openform based on a result looked up in another table. as I have 10 Different forms that will be specific to a certain kind of record. My code something like … | |
I have installed Microsoft Office Home and Student 2007 on windows 7, and it is installed good, but when i try to open Word or Excel it gives me a message saying "Microsoft Office word (excel) has not been installed for the current user. Please run setup to install the … | |
Using Microsoft Access 7, I want to print out labels from my database, on 30-up label stock ( 10 rows, 3 across, 1" high by 2-5/8") using HP Deskjet D4360. I can't get the bottom row on the sheet to print. Everytime I change the margin, it never stays the … | |
Hi All, I am trying to convert the following access update query into TSQL without any luck: UPDATE tblCattle INNER JOIN tblFarmDetails ON tblCattle.strEartag = tblFarmDetails.EarTagNo SET curMartPrice = tblFarmDetails.MartPric WHERE (curMartPrice=0 Or curMartPrice Is Null); First I tried simply pasting in the query with no luck so below is … | |
Hi all, Here's the gist. Have an old DC (2003 R2), which was getting long in the tooth. So I created a new DC (2003 R2) through DCPROMO, AD integrated, DNS intergrated, and transfered all five fsmo rolls to it. Additionally I made it the DHCP server. We have exchange … | |
HI everybody I am a beginner and have a very simple question to ask. I am working with M.S. Access in Microsoft works version 9.I want to set the current date in every new record i visit without actually typing the date.As in access 2003,Cntrl+; key is not working.and i … | |
In my VB6 project i have a text area field, iwant to insert data which i give in that text area wants to insert into Access database. For that which data type i need to take for that column. 1) If i take Memo or text as datatype: only singleline … | |
Microsoft's decision not to support Windows XP users with the next version of its browser, IE9, will raise a few eyebrows. I can't speak for the position in the US, but over here in the UK very few corporates migrated to Vista, and it's the corporate engine that drives IT … | |
Hello everyone, I currently doing a database project, which is part of my coursework, and I am having some difficulties. So, I am making it in Microsoft Access 2003. In my form, I want have to tabs (Client and Music Store), and I already have 2 tables, for each tab. … | |
Im in over my head and have a small project to complete using MS Access. It involves setting up 3 tables, creating forms, queries and a report. I have a narrative that describes what is needed. I am willing to pay to get this done, but for somebody that is … | |
Hi- everyone. Good morning. I have an access data table and I designed a form in ms vb 6.0 Placing lavel, Textbox, Command button, datacontrol for connecting with ms access table. Thus I succeed and the form is showing the records from ms access table. but now I want to … | |
What has proven to be alien to Apple and Microsoft may be just right for Android. Search giant Google this week announced that it is working with Sony, Intel and computer accessory maker Logitech on technology to bring Web searches and applications to the television. Efforts by Google's predecessors--Apple TV … | |
Hi friends I am building a C# windows application and I am using axWindowsMediaPlayer to play a URL. I am using player.Ctlcontrols.pause() to pause the player on the click of a button,also I have made sure that the video is being played when I try to pause it but this … | |
The MIX10 Microsoft Developer Conference is always good for a laugh or two, but just who was rolling on the floor after the IE9 preview code was revealed? Certainly Microsoft is deadly serious about Internet Explorer: The Next Generation. So serious that it has apparently created a new development team … | |
As a FOSS (Free, Open Source Software) advocate, I find myself in a state of shock over what I've observed over the past ten or so years in this realm. If I asked you to name the most successful open source companies (Companies that derive the majority of their income … | |
I particularly like the Publish facility within VS 2008 (VB). What I actually want to do is use the same facility for a Spreadsheet. I.E. I have a Spreadsheet with a chunk of VBA code behind it. Is there anyway to incorporate the spreadsheet into a VS 2008 VB project … | |
I have an excel spreadsheet that has 2 used columns. Using Python I have to read the data in those to columns. So far I have a code that lists the item in column A and B on Python GUI. Once that is done I have to write code so … | |
Hi I spent the morning hacking together the basic components of my own MVC framework, which currently only parses a url, loads the class and calls the right method... Because I obviously dont want someone to be able to access the 'add/remove' methods associated with future classes, i need to … | |
With all the coverage of last week's Windows 7 launch, it was easy to overlook news of the forthcoming release of SharePoint Server 2010, the next edition of Redmond's collaboration platform. A public beta is expected next month, which according a speech given by Microsoft CEO Steve Ballmer last week … | |
Hey everyone, i've been trying to send some words seperated by spaces to a server and only the first word arrives. The connection stuff is all fine but i have absolutely no idea whatsoever how to make it send more than one word at once. This is what i'm talking … | |
It seems that leaving for 5 days for a holiday has taken a toll on my internet accessing capabilities. Before i left everything was fine and dandy on my wireless modem. i come back, kaput. heres the sitch... Main PC (connected to modem) -------> My PC (Wireless reciever to main) … | |
Steve Ballmer, [URL="http://www.guardian.co.uk/technology/2010/mar/03/microsoft-bing"]speaking[/URL] at the [URL="http://searchmarketingexpo.com/"]Search Engine Marketing Expo[/URL] this week, credited Google with being the first company to get internet search done right. Google certainly wasn't the [URL="http://searchenginewatch.com/2175241"]first internet search engine[/URL]. Yahoo!, InfoSeek, Excite and Alta Vista to name but a few, came along long before Google emerged in … | |
I have a table in Access with multiple foreign key fields. I would like to populate this table from Excel with SQL. Hardcoding values works fine: [CODE]INSERT INTO Table ( Field1, Field2,...) VALUES (x,y,...)[/CODE] Nesting SELECT statements like this fails: [CODE]INSERT INTO Table ( Field1, Field2,...) VALUES ( (SELECT f_key_x … | |
Basically I am trying to learn multithreading in C++. Platform: Windows XP. So far so good but I want to make sure I'm using mutex correctly. It compiles and runs as expected, but just wanted to make sure I use the CreateMutex() function in the correct place. Thanks! Here's my … | |
Hello everyone I currently have a form w/ two text boxes so that the user may enter the dates they wish to display in the report. The report consists of multiple clients per page and the date that they purchased an order. What I have under the button sub procedure … | |
I was driving down the highway the other day, and it ocurred to me that Facebook sucks. No, really it does. Sure, it lets us connect with friends and we all put up with it, but think about just how bad it is. [LIST] The security features are hard to … | |
I design A wed page in html. and An Access database. please show me how do I link them |
The End.