Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~9K People Reached
About Me

College Teacher in Govt. Degree College Tral kashmir(India)

Interests
dataBase programing with vb
Favorite Tags

16 Posted Topics

Member Avatar for Bashir ahmad

[B] I use vb with Access. I have 2 tables table1 & table2 i create a data report showing the data from table1. My aim is to display the data from table2 on the same report in its next page(s). any kind of help, suggestions will be highly appreciated. with …

Member Avatar for AndreRet
0
438
Member Avatar for buddha_lord

U may use the following line ADODC1.RECORDSET!RESULT=a+b+c+d where adodc1 is the ado datacontrol to which grid1 is bound Bashir

Member Avatar for manoshailu
0
1K
Member Avatar for Anila S

U may use the following [CODE]adodc1.recordsource="select * from table1 where id=" & txtid & " and date=#" & txtdate & "#" adodc1.refresh if adodc1.recordset.recordcount>0 then adodc1.recordset.delete end if[/CODE] hope it will help

Member Avatar for Bashir ahmad
0
105
Member Avatar for abhilala

sir U have two parameters and while preparing the dataebvironment, U have to use a statement like " select * from salary where date=? and unit=? and thenin the click event of a button u enter the code as follows: <code> dataenvironment.rssalary mydate,myunit </code> where mydate and myunit are the …

Member Avatar for Bashir ahmad
0
93
Member Avatar for Melechesh

Dear sir with my little experience of Vb I m pleased to inform U that the "str" is actually function and can not be used as U have done in line 3. Instead of str u can use any other word like st, srt, mystr etc... Surely this will help …

Member Avatar for Bashir ahmad
0
261
Member Avatar for Nada_ward

the "formated table" is not clear to me. however, regaridn report on multiple tables, U prepare the required SQL statement and in the report, instead of a table, set the data from sql statement. hope it will help.

Member Avatar for jamshed ahmed
0
77
Member Avatar for jemz

i submitted a reply earlier but it is not seen here. let me again do. open the database and under users option add as many users as u want and assign permissions . then in connection string u can use any user other name admin.

Member Avatar for jemz
0
155
Member Avatar for al.khal4

dear Mr. khalid assalamu alikum U need to create a setup program using package & deployment wizard of VB and then install it on other computer. hope it will help U Bashir Ahmad

Member Avatar for peter_budo
0
1K
Member Avatar for Bashir ahmad

[B]sir I design a small application in vb (Windows-xp system) which displays the records from the sql database tables. Entering a table name in the text box and clicking the Button, its records are displayed in the data grid. The code for the button is[CODE]adodc1.recordsource="select * from " & txttable.text …

Member Avatar for Bashir ahmad
0
94
Member Avatar for Bashir ahmad

Dear sir i use the code [CODE]Printer.print "Bashir ahmad" printer.endDoc[/CODE]on the click event of a command Button. If the printer is turned on, printing starts, but if the printer is turned off, is there a method of informing the user to turn on the printer before printing. In programs like …

Member Avatar for vb5prgrmr
0
69
Member Avatar for juniorj

last in wt sense, date, position ???. every record in the table has an identification and u can select only this record in the sql statement like select * from table_name where key=....This query selects only one record at a time.

Member Avatar for vb5prgrmr
0
2K
Member Avatar for Bashir ahmad

i enter 3 identical records in an sql database table. Normally this should not have happened and the dbms is to check for identical records. Now when i try to delete or update any record, an error message is displayed and the record is neither deleted nor updated. any help …

Member Avatar for vb5prgrmr
0
109
Member Avatar for Bashir ahmad

[B]in my vb project i have a number of data reports each using a different papersize. each time, b4 opening the report, the paper size has to be set in the printer dialogue box and then the report shows correctly. otherwise the messages like "report width larger than paper width" …

Member Avatar for Bashir ahmad
0
3K
Member Avatar for Bashir ahmad

i use vb with Access. I have 2 tables table1 & table2 i create a data report showing the data from table1. [B]My aim is to display the data from table2 on the same report in its next page(s). [/B]any kind of help, suggestions will be highly appreciated. with regards …

Member Avatar for Bashir ahmad
0
79
Member Avatar for Bashir ahmad

[B]I enter 3 identical records in an sql database table. Normally this should not have happened as the DBMS must check for identical records. Now when I try to delete or update these records, an error message is shown. What to do?[/B]

Member Avatar for Bashir ahmad
0
255
Member Avatar for death.cometh

Dear sir I m using vb and access from many years. If U please clarify wt U need,I m sure to help u. U may aslo send ur project for necessary modifications Bashir Ahmad Bhat Govt.College Tral Kashmir

Member Avatar for Bashir ahmad
0
128

The End.