Search results

  1. D

    Text Box on form to Show Total Number of Records

    Hi! I have a form containing 4 text Boxes txt1, txt2, txt3 and txt4 I want txt1 show records from table empDetail having age between 18 to 25 txt2 show records from table empDetail having age between 26 to 35 txt3 show records from table empDetail having age between 36 to 45 txt4 show records...
  2. D

    display row text from subform column in unbound textBox of Main form

    Hi Experts, My database has Main form and a Sub form. On main form i place one unbound text box named investigations. In subform of which datasheet there is a column named TestCode. I want unbound text box (Investigations) to display row values which selected in a column (TestCode) of...
  3. D

    #error

    hi experts in my database main form with subform. subform have query as recordsource. total of one of field in subform shown on main form. all is ok and show total correctly but when subform have no records then total field on main form shows #error. I want help from experts to convert this...
  4. D

    Line Chart on report

    Hi I have data coming from serial port which is stored in a field ; data type Memo from that data i want to create line chart. to solve this i seperated values by using Mid$ function and create a array from that. is it possible to draw line chart from the array value separated from memo...
  5. D

    Assign default value to text box on form load event

    Hi I am beginner to VB6.0 in my project1 in a form I placed one text box "text1" and "data1" data control when I run form I want to fill the "Text1" by default with a field from recordset i.e field from first record of recordset. data1 recordset have two field - "User" and "SrNo" I want...
  6. D

    Compare two text box on vb6 form

    Hi now i have problem with vb6 form my vb6 form have three text box controls one is strHex not attached to data control, but getting text value (hex value) of second control named strobj . I want to explain more- "strobj" text box contains decimal value i.e hard drive serial no., "strHex"...
  7. D

    How to display "Long binary data" ole type data form

    Hi I am new to MS access 2003. I have a access batabase "Histodata" which is used as BE for VB project. in that Table is tbl_histodata having field like "rbchisto", "wbchisto" etc. these field have data type OLE object. Now I want to use this database and create form "frm_histodata" from the...
  8. D

    Close form after print report using command button on form

    Hi In my databse, When I print a report using command button on form, I want to close that form instantly i.e By Clicking Single Button Report should be print simultaniously closing the same form Immediate help requires Thanks in advance
  9. D

    Lost forms focus after printing report with command control

    Hello, i have a form with several controls, When i print a report using a command button on form the whole form lost focus also all other controls also lost focus. To focus on form I have to click on form, that i don't want. I want to autofocus form after printing report. pls Help me I wating...
  10. D

    Print several reports with single command

    I create database, In that Under the patient Name There are several different reports Like 1)CBC 2)Blood sugar 3) Lipid Profile Test etc I want these different reports print by single command. Anybody pls help me
Back
Top Bottom