Hello I'm currently working on an application that puts data into a grid view. The data source I am using is .NET Framework Data Provider for ODBC . I select my data, put in the query and test the...
Type: Posts; User: joetinger
Hello I'm currently working on an application that puts data into a grid view. The data source I am using is .NET Framework Data Provider for ODBC . I select my data, put in the query and test the...
Thanks for the reply the code you posted worked great
JO
Hello a very simple question that I just can't seem to figure out.
The text change event only fires when I hit enter.
It doesn't fire every time I enter a character.
Any help is appreciated!
...
When my listbox is loading the results from the query the form will say not responding. I'll wait a few seconds (time varies but never more then a minute) and the results will then appear in the...
Thanks the reply. I updated my query and am now receiving the error below
94223
str = "SELECT CWIPH.CUST_NO, CCSMS.CUST_NO " _
& "FROM (CWIPH INNER JOIN CCSMS ON CWIPH.CUST_NO =...
Hello I posted this in the db section of the forums with no help so I figured I'd try here... I'm writing some vba code that accesses a db. I keep receiving the error posted below. The query works...
When I remove inner
94053
Hey thanks for the reply. The if I change it to a where it works fine. I am just trying to speed it up a bit
1. NGS
2. MSGDASQL
3. Mine
4.
Set cnt = New ADODB.Connection
Set rst = New...
Hello I'm trying to connect to my db using an inner join
str = "SELECT CCSMS.CUST_NO " _
& "FROM CSPCL INNER JOIN CCSMS " _
& "ON CCSMS.CUST_NO = CSPCL.CUST_NO "
I keep getting the...
Hello I am working on my first vba project in excel 2010 and I came across office vba compatibility inspector. I installed the add in and ran it and received this comment a few times in my code.
...
Thanks for the help I ended up tweaking vbfbryce's code, but the reason it kept deleting office is because I was looking for "Microsoft Standard 2010" instead of the correct "Microsoft Office...
Thanks for the reply but with my original code it still deletes Microsoft Standard 2010, it doesn't just not skip to the next instance. My mistake on the original post.
Hello I am looking to search my spread sheet and delete anything that says "Microsoft" except for "Microsoft Standard 2010".
The problem I am having is it's not skipping to the next instance when...
This may sound like a newbie question (because I am one) but I have code in VB6 to draw on a picturebox with a mouse click. I would like to add this to an excel add-in . The probelm is picturebox is...
thank you I will try it out and let you know how it goes!
correct
Tree view isnt what I am looking for. It's more of taking the rows generated by list view and making them into columns. I'll keep looking into it and repost when I find a solution. Any other...
Thanks for the reply. Sorry I should explain more. There are going to be multiple columns with multiple rows. The user fills out a form clicks done then a new form appears with a list view consisting...
Hello I was playing around with listviews (new to vb) and from what I understand is that the item is placed to the far left then the sub items are then listed to the right of it. Is there anyway to...
The library seems to work fine. I'll let you know if there are any issues. Thanks for the help!
I posted to get other people's opinion on what they have used in the past to accomplish a similiar goal... not for them to google it and post the top 4 links.... and yes I did view those already...
Hello I was wondering if it is possible to create a pdf (and eventually transfer content to it including an image) in VB?
Thanks,
JO