Search results

  1. C

    one textbox value store into two table field

    I attach voucher Continuous subform. I select it vch_type IF vch_type='DR' then DR_CustomerCode=customercode else CR_CustomerCode=Customercode end if How will do it?
  2. C

    one textbox value store into two table field

    How will attachment my form?
  3. C

    one textbox value store into two table field

    Voucher Table contains vch_type, CR_customercode,DR_customercode,Amount. Voucher form contains vch_type,customercode,Amount. I select vch_type='DR' then customercode save into DR_customercode else customercode save into CR_customercode. How will do customercode controlsource?
  4. C

    one textbox value store into two table field

    I have a voucher form contains voucher_type,customer_name,Amount. I select a DR or CR in a combobox, If DR then customer code store into tab_field1 or customercode store into tab_field2. I get customercode from customer_name combobox. How will assign customer_name control source? If controlsouce...
  5. C

    Save Form

    I have a save command button in a form. I click it then save record to a table. But record save it before button_click(). How will detect it? Am I save main form and subform by one mainform save_button_click()?
  6. C

    calculated value store in a table

    I have a table field for GrandTotal. In a form GrandTotal textbox controlsource=Sum([Amount]).How will save it controlsoure=GrandTotal. Also same for many calculated field? Cursor dont put into that field. Please help me.
Back
Top Bottom