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...
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...
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...
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...
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...
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)...
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
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
Hi,
I was wondering if anybody knew if it was possible to have an <a href=" "></a> within an HTML button?
I have tried having
<INPUT type="button" value="Search" ID="Search" NAME="Search" onClick="<a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.