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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ManicMark

  1. ManicMark

    Inserting in Visio

    I have Visio 2003 and all I have to do is make sure you have your mouse pointer in it's pointer mode (arrow). Right Click and Hold > Draw round all the items you wish to copy, you will see a dotted line appear. Release the mouse button and voila all items are selected. Edit > Copy > Paste. M
  2. ManicMark

    Making a Word doc non-editable

    Not exactly what you require but could be an option, change the file to .pdf format. Free pdf creator software here: http://www.pdf995.com/ M
  3. ManicMark

    Windows 98 Language

    I am pretty sure you will need the 98 disk. Take a look here: http://www.microsoft.com/resources/documentation/windows/98/all/reskit/en-us/part7/wrkappa.mspx You can change the language of IE by visiting Windows Update but that will not alter Windows language settings.
  4. ManicMark

    Frontpage Created Website Problems

    Are the problems related to Netscape/Mozilla Browsers? I found this: My site is a mess in Netscape, what should I do? The most likely cause if this is that you designed your site using FrontPage absolute positioning. FrontPage 2000 absolute positioning does not work in Netscape browsers. You...
  5. ManicMark

    Want to save e-mails from outlook

    You could always open each maill item and then Save As to where you like. As far as I am aware your emails have the file extention .eml so in search files and folders type *.eml and run the search. Then back up what it finds. Also search for *.pst and back them up.
  6. ManicMark

    Outlook contacts question

    Open your OE > Tools > Address Book > Double Click a contact. The Properties will open, you can either swap round the first & last name entries or where in says Didplay Nickname enter what you would like to appear in To: Test this - In OE where you have your contacts on the left double click...
  7. ManicMark

    System Clock Shows 18/mm/04

    Thanks TT4u, Sorry for the late reply forgot this post and neglected to check the email alert option. I am running Office 2000. I have looked in my System.ini and there are no entries resembling: [intl] sLongDate=dddd, MMMM dd, yyyy sShortDate=M/d/yy Can't see any ANSI entries of any...
  8. ManicMark

    Using Access To Send Email Through Outlook

    Take a look here: http://www.contextmagic.com/express-clickyes/ M
  9. ManicMark

    Data Grid Query

    I reckon that what you have typed: "SELECT Product.Manufacturer, Product.Description, Sold.Quantity FROM Products INNER JOIN Sold on Products.ProductID = Sold.ProdcutsID" might just do it, I have ProductID in both tables (Primary Key in Product & Foreign Key in Sold). I will have to try it out...
  10. ManicMark

    Data Grid Query

    Thank you dvannoy I am sure what you have put is what I need, what I have done is create the database using Access 2000. I have connected the VB form to the DB using adodc, the ado Connection String is connected to the entire DB and the Record Source is set to Product. I have then created a...
  11. ManicMark

    Data Grid Query

    Thanks Sideman, Do I put the code in a Data Environment or double click the form and put it there? If I put it in A new Data Environment how do I set the adodc for the Data Environment? I am sorry if I appear thick but this is not at all clear to me. I am going to put something like: SELECT...
  12. ManicMark

    System Clock Shows 18/mm/04

    Hi TT4U, "got the win98 y2k updates installed?" I have all the updates possible, the system specs are: Win 98 PII 300 512 mb RAM I noticed the problem after setting a field in Access to Default Value Date(), I have been instructed @ computing.net to check in my BIOS. At the moment the only...
  13. ManicMark

    Data Grid Query

    Thankyou dvannoy, The tables I have are Product and Sold, I am completely new to this and stumbled on it by chance but am so impressed with what it does I thought I'd try to learn more. Could you please explain a little clearer especially the part: "Simply join the two tables then set the...
  14. ManicMark

    Office 2000 - Word program delays

    exumaman try a search just using Normal and look for 'Microsoft Word Template' in the description/file type. M
  15. ManicMark

    Data Grid Query

    Hi All, I am new to this ADO and DataGrid procedure but have created a query to populate the DataGrid on the form, this I found easy but now I wish to do the same on another form but this one is not so simple, I wish to retrieve data from two separate tables (joined by 1 to Many relationship) I...

Part and Inventory Search

Back
Top