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

Search results for query: *

  1. bergis

    beginner html code question - "download"

    I was hoping there was other ways, but no such luck. Thanks Anyway Have to go for zips then. :)
  2. bergis

    beginner html code question - "download"

    Hi, this is kind of beginner stuff, but that's me and html anyway: I want to have a link that let's people download a file from my website, but I can't figure out how to create a link that let's people download the file I am linking to (rather than try to open it..). I've tried searching for the...
  3. bergis

    Excel/Access link - changing records

    Hi, does anyone know a way of opening a table from an access database in excel so that changes that are then done in excel are automatically implemented in the table in access? Kjell
  4. bergis

    problem installing software on RH8

    Hi, I'm relatively new to linux, and after installing rh8, I'm trying to get my ISA isdn card to work, and to do this I need to install isapnptools, but when trying to compile the package (./configure) I get these error messages, and I assume I need some software before being able to do the...
  5. bergis

    windows XP Blocking Issue

    I think that Microsoft should post a list of all hardware that 'prohibit you from upgrading to Windows XP'. I would be reasonably p***ed off if I came home with XP and then got that message. I was contemplating an upgrade from Win98, as I am growing more and more fed up with it, but I am...
  6. bergis

    search long data type

    thanks, that clears that up, just have to work around it. I have worked with oracle tables linked into access, and then I can search the OPER column, in access it appears as MEMO data type, and it also seems that access searches all of the field as it is in oracle, i.e. I can search for a...
  7. bergis

    search long data type

    Hi, someone has (fortunately) answered my original question in the oracle 8 forum. The thing is that Access don't have LONG data type as Oracle has, and it is text, not numbers. Size of this data type is 2147483647 (yes it is). The reason why I can't search it for a particular word is that this...
  8. bergis

    search long data type

    Hi, I know this might be the wrong forum to ask, but since I haven't gotten any answers in the other forum I posted this question in I try anyway: I have a table with a field that contains description of ongoing operations. This is a LONG data type field (bear with me, I'm not well into all the...
  9. bergis

    search long data type

    Hi, I have a table with a field that contains description of ongoing operations. This is a long data type field (bear with me, I'm not well into all the correct terminology..). I want to search this field for occurrences of spesific words. I've done this in Access, syntax is like this: WHERE...
  10. bergis

    select last date

    Hi, thanks for the input. It turned out to be relatively easy. Here's the final query. SELECT WELLIST.WELL, EVENT.E_KEY, EVENT.JOB_TYPE, EVENT.START_DATE, EVENT.END_DATE, Max(DAILY.DDATE) AS MaxOfDDATE FROM WELLIST INNER JOIN (DAILY INNER JOIN EVENT ON DAILY.E_KEY = EVENT.E_KEY) ON...
  11. bergis

    select last date

    Hi, I have the following query: SELECT wellist.WELL, event.JOB_TYPE, event.START_DATE,event.END_DATE, daily.DDATE FROM daily, event, wellist WHERE (((event.END_DATE) Is Null) AND ((event.I_KEY)=[daily].[i_key]) AND ((event.E_KEY)=[daily].[e_key]) AND ((wellist.I_KEY)=[event].[i_key] And...
  12. bergis

    Where can i find side-by-side motherboard comparisons

    also try anadtech www.anandtech.com Kjell
  13. bergis

    AMD CPU issues

    I'm no expert on this issue but I think one of the main differences are the amount of memory cache, but check out the article below, has a table showing the differences. Other sites to go are of course www.amd.com. http://www.anandtech.com/showdoc.html?i=1521&p=1 Kjell
  14. bergis

    General AGP Card Advice

    I think that assumption is right, they also often have 64mb ram instead of 32mb as the first generation gf2mx had - at more or less the same price. Kjell
  15. bergis

    geforce 3

    Do you have a sound card? I sometimes get freezes where the sound is 'looping', setting sound quality a notch lower has always solved it for me. Kjell
  16. bergis

    Hard Drive questions

    As most ide drives now are ata100, and since ata100 is downward compatible with both ata66 and ata33, and since there is virtually no price difference I see no reason not to get a ata100. Other than that there are small differences in ide specs, at least thats how it appears to me, if you check...
  17. bergis

    deleting forms?

    Thanks, that's what I thought too, I was just puzzled that access asks this question, so better safe etc.. Sorry, btw, for asking this q here, just realised there is a dedicated forum for access forms :~/ kjell
  18. bergis

    Caption in a Query

    Hi, this statement gives heading BRØNN on field WELL in Table WELLIST SELECT WELLIST.WELL AS BRØNN Does it ansver the question? Kjell
  19. bergis

    deleting forms?

    Hi, this may be a stupid question, but anyway.. I have used forms to search and sort and update data (find/replace) in an access db. Since I have more forms on the formstab than I need I thought that getting rid of the unneccessary ones, but when I select a form and press delete, access asks me...
  20. bergis

    HD IS CORRUPT! NOTHING HELPS!!!!!! NOTHING!!! READ PLZ!!!

    Sounds seriously screwed up, but its difficult to send anything back if you don't know whats wrong. I don't know about fujitsu drives, but to my wd and ibm drives I have downloaded tools (from wd and ibm) to among other things troubleshoot the hard drive. These tools are loaded to a floppy, and...

Part and Inventory Search

Back
Top