Recent content by yrsoullover

  1. Y

    Problem in A form

    thanks for yr help i put this code but til now it is not workin pls have a look and tell me if it is correct or not this is the code: Dim sqlString, RefNo As String RefNo = InputBox("Enter Ref No") sqlString = "insert into table Quotation_Out values(" & RefNo &...
  2. Y

    Problem in A form

    well... there is no reply til now any one has an idea or any thing to help me?? please help thanks
  3. Y

    Problem in A form

    ok thanks im gonna be wait dont u have a solution for that??
  4. Y

    Problem in A form

    pls im waiting for your help thanks for all of you
  5. Y

    Problem in A form

    Thanks for your help but suppose i wanna the user to insert the the first field in the table then the other fields will be taken from the form how can i do this??
  6. Y

    Problem in A form

    hi every one, i have a problem when im trying to create a button in a form, that button should insert data into a table using the values in the form opened. i.e. the form which has the command button im doing the code like this docmd.runsql "insert into table (tableName)...
Back
Top Bottom