Search results

  1. Safari

    Problem with append query..it doesn't work

    thanks could you please .. edit my database aapend query for more clear .. i will check the code for more understand to me .
  2. Safari

    Problem with append query..it doesn't work

    Hi All , I need your help My problem is that the data is repeated every time the query runs I want to run the append query without duplicate data and append only the new records, not the old and new ones. Attached is the database for help and modification Query name: Appendfrom Table to...
  3. Safari

    Conditional format

    If textx > 0 ,xx.enabled
  4. Safari

    Conditional format

    Hi All How to make textbox ( bound ) enabled by conditional format with anther unbound textbox? I made expression by if statement but its not working..
  5. Safari

    Event on 'unbound' textbox

    Well done
  6. Safari

    Event on 'unbound' textbox

    How can I do it with conditional format
  7. Safari

    Event on 'unbound' textbox

    No
  8. Safari

    Event on 'unbound' textbox

    Code is If me.unbound textbox.value > 1 then me.x.enabled=true End if
  9. Safari

    Event on 'unbound' textbox

    Hi All I want to use temporary nemric value in unbound textbox, but i cant seem to run any code on an unbound textbox. Like : If nemric value is greater than 1 Make X textbox is enabled I tried to make it with many events like after update but nothing happened. Can anyone help me Thanks in...
  10. Safari

    TEXTBOX CHANGE VALUE

    thanks for your efforts but code is not working
  11. Safari

    TEXTBOX CHANGE VALUE

    can you edit my attached data base
  12. Safari

    TEXTBOX CHANGE VALUE

    still not working
  13. Safari

    TEXTBOX CHANGE VALUE

    Dear All PLEASE HELP I WANT IF TEXTBOX NAMED " TEXT175" CHANGE VALUE IN FORM INVOICEHEAD IT WILL CHANGE THE PROPERTY OF ANTHER TEXTBOX FOR EXAMPLE: IF TEXT175 VALUE >0 THE TEXTBOX NAMED " DISTAX " ENABLE TRUE AND IF TEXT175 <=0 THE DISTAX ENABLE FALSE THANKS
  14. Safari

    Append one record " Salesinvoiceappend "

    why my query is meanless ? any way can we do it and run query to collect all data from diffrent tables in one table ?
  15. Safari

    Append one record " Salesinvoiceappend "

    HI ALL MY QUERY NAMED " Salesinvoiceappend " IS NOT WORKING AT ALL AND I DONT KNOW WHY ? CAN ANY ONE CHECK IT AND MAKE IT RUN I WANT :- IF THE TABLE TBLGL NOT CONTAINS " INVOICEID " AND NOT CONTAINS "GOODID" THEN RUN QUERY AND APPEND THE RECORD . THANKS
  16. Safari

    Solved set the default value by user

    thank you very much
  17. Safari

    Solved set the default value by user

    Please help with the attached data base : I want When i press the default button in invoicehead form The value in text box named ( costcentern ) and combo box ( costcenterid ) is become as a default value for them in the current invoice And still for all the following invoices too when i...
  18. Safari

    Solved change the value in combo box

    hi all can any one edit my attached data base : i want .. when i change the value in combo box named " itemsname " in form " invhead " to anther item name in the same combo box it should also changes in table "StoreTransaction" too and update it . thanks
  19. Safari

    Update all records at once

    Dear Sir Iam here to learn , I'm not a expert like you .. so keep calm when you advice me or anyone else.. Thanks for your kind efforts
  20. Safari

    Update all records at once

    yes .. but problem still not solved
Back
Top Bottom