Okey friend... I know that I can use Access VBA for converting. But my problem that I want to convert more than 497 database access to excel. Each file contain 10 tables. So I will convert about 4970 tables. Can you tell me to make it easy???
Hi, I am a poor programmer, I need your help
I want convert data (table) from .mdb format to .xls format. Please tell me, sintax for solving my problems. Thanx
I have query as bellow:
select a,b,
sum(iif(c=1 or c=3 or c=5 or c=8 or c=9 or c=12 or c=14,1,0)) as k3,
sum(iif(c=2 or c=3 or c=6 or c=7 or c=10 or c=11 or c=14 or c=15 or c=18,1,0)) as k4
from tabelA
group by a,b;
Can make this query so simple?
Dear friends,
I use a control 'WebBrowser' in VB.net. I want to display some textline. I will write this text line in a notepad. And then I will display to my WebBrowser. Could you tell me, How do I, so I can call/read this textline (in notepad) to my WebBrowser?
Thanks for your help.[love][smile]
Dear my friends, I want to know, what is the difference show and show dialog (exp: form1.show or form1.showdialog). When do we use event 'show'? And when do we use event 'show dialog'? Thanks
Please help me. I am very poor in programming.
I had made a help file (.chm). Now I want to display it on my application. Would you mind to tell me. How can I do for calling .chm file? Thanks for your help
I have a datagridview with 1 column and any rows. I will use this to entry any data. What can I do to make this column can be added dynamically in runtime???
Thanks for ur tips. I have used function replace.
Replace (comp,"'"," ").
But field comp (GORILLA'CC) have been saved as (GORILLA CC) without apostrophe.
Can I save GORILLA'CC as GORILLA'CC?
Not replace this apostrophe with other character?
I have any data that show in datagridview
ex:
column name = ID Number, name, Company, salary
1st data:{001, Miss NN, CV Mellow, 500}
2nd data:{002, Mr. I , CV Mafia, 800}
3th data:{003,Miss MK, GORILA'CC , 200}
I will save them to a table in Access database (eg: tbl_salary)
my structure's table...
I want to view data from database. I make it by use ListView or DataGridView. If I want to print data from this datagridview, Can I print this directly without save it first.? Please Help me? Thanx
I have a problem during save data from datagridview to excel format. I want to save it without save to database. Please help me to solve this problems. Thanks.
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.