Recent content by a_20120

  1. A

    Create New Record on subform through Main Form

    Could u plz made a sample one of what u mentioned?
  2. A

    Create New Record on subform through Main Form

    I made a program for a library, on my deposit form I have a parent form which contains the personnel info, and a subform which contains the book info, so on parent form I want to have a button, that after selecting a personnel which has book with him, click the button on parent form, to create a...
  3. A

    Create New Record on subform through Main Form

    How it is possible to create a new record on the subform through Main Form, mean I have a button on the parent form, when I click it I want new record creates on the subform???
  4. A

    Insertion, deletion, updation through bounded form

    you are right, but I need something in advanced to have more control, if you please attach a sample of that, it would be very nice
  5. A

    Insertion, deletion, updation through bounded form

    Hello every body, I want to know, is there a way to use the bounded form, and also have insertion, deletion, and edition in a good way? if yes, plz guide me through this... Thanks
  6. A

    Buttons Flashing

    Hi again, any idea plz...
  7. A

    Buttons Flashing

    FYI: if you dont use the code to hide the Access Window, then it is not flashing... But indeed it is needed to hide the Access Window... Can anyone tell me How solve the flashing?????????????????
  8. A

    Buttons Flashing

    if you look at the attachment, I hide the Access Window, and all the buttons on main form flashing, when you move on form, but if you dont hide the Access window, it is ok, and not flashing...
  9. A

    Hide Current Form When Open another Form

    Hi, I have an Access form with four command buttons that display specific forms using the DoCmd.OpenForm. I want to hide the main form whenever one of the four buttons is clicked on and then restore the main form when the user closes the form opened by the command button.
  10. A

    Selection and Unselection of Subjects in a better way

    Hi. Is it possible to do the above attachment example, through VBA and SQL coding, not through using QUERIES? if yes, plz do in coding some one
  11. A

    Selection and Unselection of Subjects in a better way

    Thanks Much, MsTef Thanks for replying when you click on the link, another form appears, I like what you did, on that form exactly, I mean instead the first form, I want to do everything on second form which open by link. Hope can express what I want...
  12. A

    Selection and Unselection of Subjects in a better way

    Hello all, about few months ago, I posted the problem here, and Mr. MsTef, has helped me much. Details: there are two list boxes, one has the subjects that the student can select, and one has the selected sunjects of the student, if a student want to select or unselect a subject jsut double...
  13. A

    FIND Speciffic record and USE it using VBA

    For numerical values: DLookup("FieldName", "TableName", "Criteria = " & forms!FormName!ControlName) This helped me
  14. A

    FIND Speciffic record and USE it using VBA

    I dont know what is the problem: Me.STFamily.Value = DLookup("[ST_Family]", "STUDENT", "[ST_ID] = Me.cboStudent ") ST_ID is numeric type
  15. A

    USING BLOBS in Access

    Thanks Modest for replying, I know that there is needed another table named BLOB and some field within that table, but I dont like to use the photo in a separate table, Some one did that, and I put here may help others and be useful too. PROB: also if possible have a look at the attachment...
Top Bottom