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 derfloh 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: *

  • Users: gibblin
  • Content: Threads
  • Order by date
  1. gibblin

    return attribute value containing certain characters

    Hi, I have code which is working fine, it's picking up data from the following path:- path="/category/event[@name='Man U v Arsenal']/type[@name='Match']/@points"; However i need it to pick up all events where 'Arsenal' are involved, not just 'Man U v Arsenal'. So i need a 'like' statement or...
  2. gibblin

    Struggling to return xml attribute value from external url

    Hi, I have the following code from w3schools. ----------------------------------------------- <html> <body> <script type="text/javascript"> function loadXMLDoc(fname) { var xmlDoc; // code for IE if (window.ActiveXObject) { xmlDoc=new ActiveXObject("Microsoft.XMLDOM"); } // code for...
  3. gibblin

    Not counting or inserting all fields ???

    Hi, i'm tearing my hair out at this, i've got a submission form which is created from a mysql database. This works fine, it retrieves the data and creates fields for user input. i've got a table called 'games' where the game is either open or closed (open = yes/no). The form picks up which...
  4. gibblin

    What programming language to use??

    Hi there, sorry if this seems like a stupid question and one that can't really be answered (because there's pros and cons for all mainstream languages and everyone has their own preferences). My experience is mainly with VB. I have VB 2005 express and wanted to create a small system for...
  5. gibblin

    Listboxes, Multiple Selection &amp; Rowsource! Help!

    I'm Currently building a database to track employees competencies. So certain people will be qualified to do certain tasks. E.g in a table called Data ive got Name Tsk1 Tsk2 Tsk3 Tsk4 Bob True True False False Billy False True True True Bryan True False...
  6. gibblin

    Database window size

    Is there anyway of specifying the actual database window (program window) on start-up? I want to acheive this to avoid problems with screen resolution and want to disable the maximize option so the user can either keep it at the pre-determined size or minimize it. If anyone can help i'd be...
  7. gibblin

    Multi-edit fields on a form

    If i have several fields on a form named, for example, Text1, Text2, Text3 and Text4, how can i multi-edit the backcolor of those fields? I don't want to go through each individually like follows:- If IsNull(Text1)= false then Text1.backcolour = 255 End if If IsNull(Text2)= false then...
  8. gibblin

    access chart using a form !?!?

    Hopefully someone will be able to help with this..... I'm creating a database where we can record holiday/sickness etc of staff. I've created a simple table & form which inputs their 'name', 'type' and 'date'. However i wanted to create a chart on a form, with the dates as columns and the names...
  9. gibblin

    Create Folders using VB in MS Access

    This will probably be an easy one for someone......... I simply want to know the code for creating a folder in a drive, where the name of the folder is the current month and year. any help would be greatly appreciated.
  10. gibblin

    Exporting access table to excel template

    I have a table in access that's been manipulated & created specifically for exporting to an excel document. The reason it needs to be in an excel format is for flexibility. I've got a template that i want to export it to, therefore the first row in the spreadsheet doesn't contain the row...

Part and Inventory Search

Back
Top