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 Wanet Telecoms Ltd 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: JaneB19
  • Content: Threads
  • Order by date
  1. JaneB19

    INSERT data from Form to database

    Hi, This is probably a really silyy question, but I just can't figure out why this isn't working! Maybe casting a fresh pair of eyes across it might help?! What I'm trying to do is take the data, entered into a form, for there and pass it into a table in my Access 2000 database. I thought...
  2. JaneB19

    File Manipulation problem!

    Hi, I'm hoping that somebody can help me!?!?! It's a bit strange really because I don't understand why I'm getting the following error: Name 'txtAttach' is not declared I've tried just having the FileBrowser in the 2nd declaration (line of coding), because it's actually in <input...
  3. JaneB19

    Dynamic report generation with comboBoxes

    Hi, I'm sorry if people think that this is in the wrong forum but as it's got SQL in it and that's the main problem I'm hoping that somebody can help me? PLEASE!!! :-) Ok, a quick explanation of what I'm attempting. I've got an ASP.net web page with VB.net coding, but I want to generate a...
  4. JaneB19

    MDAC 2.5-2.6

    Hi, I'm hoping that somebody that's had this problem and solved it before can help me out? PLEASE!!! At the beginning of last week everything seemed to be working fine but by the end of the week...! When trying to open the connection to my Access database I get the following message: The...
  5. JaneB19

    Table properties in ASP.net

    Hi! I was wondering if anybody could help me out?! I've got the background of my web page set to an image, I also have a table on the page. Unfortunately the table creates a big white box when the page is viewed and instead of this I'd like to set the table to be transparent, or the...
  6. JaneB19

    ComboBoxes and Arrays

    Hi, I'm probably being really silly as it's Monday morning, but I'm having real problems binding an array to a comboBox in Excel 2000! I've declared the array as: Dim Div As Variant Dim i As Integer Div = Array("Value 1", "Value 2", etc) For i = LBound(arDivision) To UBound(arDivision)...
  7. JaneB19

    Excel Freeze!

    Hi, Would anybody know why, when I try to open an Excel spreadsheet that is 6.63MB in size Excel would freeze? The spreadsheet contains several macros, as well as several seperate sheets. Any ideas, and/or solutions would be greatly appreciated. Thanks in advanced Jane
  8. JaneB19

    SELECT Statements & inputs

    Hi, I'm hoping that somebody can help me with this one? I've got the following line of code strSQL = "SELECT DISTINCT n2.Abbreviation FROM Abb AS n1 INNER JOIN Abb AS n2 ON n1.Word = n2.Word WHERE ((n1.Word= '" & ClueBX & "') AND NOT (n1.Abbreviation = n2.Abbreviation) AND...
  9. JaneB19

    Passing string from a query into an Array?

    Hi, I'm hoping that somebody can help me out with my little problem, and that I'm just being really daft! Ok, an explaination of what I am attempting to do: I've got 4 SQL commands which execute depending on a radio button selection. Which command is executed shouldn't matter for the next...
  10. JaneB19

    comparing strings to patterns

    Hi, I'm having some difficulty with the following. I don't think it should be very complicated, it's just how to go about it! What I am trying to do is compare a string to a pattern, if the string is like the pattern then copy the string from the dataGrid or dataList into, I was thinking...
  11. JaneB19

    SUDDEN FAILURE with Dynamic Textboxes!!

    Hi, All of a sudden the following code has decided that it is only going to create 1 textbox, regardless of what radioButton is selected! The maximum number of textboxes is 12. Dim ctr As Integer 'Loop to create textboxes dynamically depending 'on the value selected...
  12. JaneB19

    Comparing data in a datagrid to values in textboxes

    Hi, I'm hoping that somebody can help me out?! What I am tring to do is compare values in a set of dynamically created textboxes (1 character per textbox) to data in a datagrid. The data is the result of a query, so it's being pulled from a database. I hope I making sense? Does anybody know...
  13. JaneB19

    Dynamically generated textboxes

    Morning All! I'm hoping that somebody can help me with this, I tried in the VB.net forum yesterday and it was suggested I try here! What I would like to do is dynamically generate textboxes. These textboxes are generated depending on the selected value in a radiobutton list within a webform...
  14. JaneB19

    Dynamically generated textboxes?

    Hi, I'm not sure if I should be posting this here or in the ASP.net forum. What I would like to do is dynamically generate a number textboxes depending on the number selected from a radioButton list. i.e. if the radio button for '4' was selected then 4 textboxes would be generated. I have a...
  15. JaneB19

    Refering to a textarea & RadioButtonList in SELECT statement

    Hi, I'll probably look really silly for asking this question, but it's been baffling me for a week now (stupid I know). I am tring to pull data from an Access database, depending on the options selected on a form. I have tried various formats for my statement but only the most basic works...
  16. JaneB19

    Splitting a description down into single words

    Hi, I'm hoping that somebody can help me! I have a database made up in access with about ten tables, all but two of them have only two fields. One field is a primary key and the other is a list of what’s in the table. One of the other tables has a long description in it with key words that...
  17. JaneB19

    DataSource & Null values

    Hi, I'm trying to fill a datagrid from a database depending on what the user has selected on the form. I have two recurring errors: 1st: Property access must assign to the property or use its value the line of coding highlighted is AdvancedSolutions1.DataSource() where AdvancedSolutions1 is...
  18. JaneB19

    Not a valid file name strConnection.Open()

    Hi, I'm getting the following error message Not a valid file name with the line highlighted as strConnection.Open() This occurrs when I try to retrieve data from my Access 2000 database. The strConnection is declared as follows: Dim strConnection As New...
  19. JaneB19

    Save window browser

    Hello! Does anybody know if it is possible to create/open a Save window browser using an ASP.net button. What I'd like to do is allow a user to save the contents of a datagrid onto their computer, but allow them to choose where to store it. (How many times have you downloaded something and...
  20. JaneB19

    Buttons containing links?

    Hi, I was wondering if anybody knew if it was possible to have an <a href=&quot; &quot;></a> within an HTML button? I have tried having <INPUT type=&quot;button&quot; value=&quot;Search&quot; ID=&quot;Search&quot; NAME=&quot;Search&quot; onClick=&quot;<a...

Part and Inventory Search

Back
Top