Search results

  1. D

    what is idea for debt database ?

    ok @Uncle Gizmo i explain more , i have a database this database i have some person they buy item as a debt means they pay per month , what is the strcuture for this thing ?
  2. D

    what is idea for debt database ?

    hello all for the invoice database if the user buying item by Debt , what is idea for making table how to do it ? thanks for help
  3. D

    it's possible to update database application ?

    thanks Mihail my best brother for your reply but copy and paste is not academic it's not nice , i'd like to work as an application with my all regards for you :*
  4. D

    it's possible to update database application ?

    hello all i have a question i researched on all the web but i didn't find any answer my question is : i have a database i want to make update for it how i will maked ? lets say i have a new version for it so when click on the button the database retrieve a new one !! it is possible ?
  5. D

    why Navigation Form is Disable in access 2013 ?

    i make macro i write object but i can't understand what is problem in there !
  6. D

    why Navigation Form is Disable in access 2013 ?

    55 views and no answer please someone help me i'm criminal :(
  7. D

    why Navigation Form is Disable in access 2013 ?

    hello all i use Access 2013 to make form for my database , i have multiple form i want to create Navigation Form but it is disable i can't make how to active it ? Note : Lock Attachment to see the photo
  8. D

    how to calculate this function ?

    thanks for your reply but i want by vba if any body can do it
  9. D

    how to calculate this function ?

    hell all programers i have a table this table i used for debt the column like that Name Price ==== ==== Jack 50$ Jack 60$ David 70$ Sum of Jack = 110$ now jack paid lets say 50$ and remain 60$ how to calculate this ? thanks for help
  10. D

    i have problem with update !!!

    thanks @GinaWhipp , i fixed by another way , but i have another question , lets say i have a store table it will be consist (item,price,qty) the values lets say i have (pc,20 qty , 50$), then i sell the item lets say i sell 10 and i haved 10 in the store , then coming new some the same item but...
  11. D

    i have problem with update !!!

    hello all i have a database all the tables is connected with the sql server and i have 2 tables the first one is like that : Name of Table : dbo_tbl_debthimself ==================== Code | qty | price | Total ==================== and the second once is like that : Name of Table ...
  12. D

    i have problem with calculate textbox

    xxxxxddd , ok thanks dear i have special thanks for your helping :D
  13. D

    i have problem with calculate textbox

    right know the frmSell is fixed this thing was not happened again , but in the form of the frmTransform happened , please check the database again
  14. D

    i have problem with calculate textbox

    my problem it was fixed , but in one form haved the same thing , even i don't have any code when the form was running i don't no what is problem the form name is "frmTransofrm"
  15. D

    Form to view newly created records

    you need the loop after finished the loop , update subform by sql it is better to make condition if you want
  16. D

    Merge duplicate/similar records into 1 record in Access 2010

    you can use the sql , but one thing you needed , one column must be unique and have in the twice , lets say in there the last name field have the same name and not change you can doing it by this way select...
  17. D

    i have problem with calculate textbox

    hhhh i know @scrambling , u are right i trying too much every day , but this code that you put it for me it was not worked i have the same problem , alse fo this section 'where is else code' the else code is not doing any thing like computer he is not doing any thing without my permission :D
  18. D

    i have problem with calculate textbox

    this is my code running on the load If Not IsNull(OpenArgs) Then Dim rs As Recordset Set rs = CurrentDb.OpenRecordset("table1") Text9.Value = OpenArgs List11.RowSource = "select * from table1 where tableno=" + "'" + Text9 + "'" s = 0 While rs.EOF = False If rs!tableno = Text9 Then s =...
  19. D

    i have problem with calculate textbox

    which loop in the form ? and how to fix ?
  20. D

    i have problem with calculate textbox

    :) no i'm not talking about the loop i fixed but look my interface fucked up :( i don't no what is problem i will be go to design view and opening again form view ten times i will be do it , you know what is the problem ?
Back
Top Bottom