Search results

  1. S

    multi choise questions code

    Hi for all I have multi choise questions Form when I choose the answer on all groubs by option button, I want save all answer in text(T4) , My problem I get one answer only for last choose at the last groub in the text(T4) The Main answer text is ( CORRECT ANSWER or WRONG ANSWER AND THE...
  2. S

    option code

    HI FOR ALL NEED OPTION CODE Three option groubs G1 G2 G3 each groub has three options A B C, and text with option, all options have value = 1 I want each option selected add with other seletc I need code for result addition in T1 and text in T2, textbox ( T1, T2) Regards;
  3. S

    Flash Memory Disk changed when I use it in other computer

    Hi for all Flash Memory Disk changed when I use it in other computer so I made link tabel to flash memory disk name's (H) in my Home Copmuter then I used it in Work Computer but the disk name became (G) so I can't open the data .
  4. S

    code for options

    How I make code for options First selection: option1 = 0.4 option2 = 0.5 option3 = 0.6 Second selection Option4 = 0.4 option5 = 0.5 option6 = 0.6 The user selects one option from first selection and one option from second selection then the result come in textbox
  5. S

    make the form protect all records unless newest 8 records

    Hi dears Can I make the form protect all records unless newest 8 records
  6. S

    password become star

    when I write a password , I like it become star please amend this code: Private Sub Form_Open(Cancel As Integer) If InputBox("Enter you Password", "For conformation") <> "aaafffjjj" Then DoCmd.CancelEvent MsgBox " Error passport", 64, "For Conformation" Else DoCmd.OpenForm "Fphone" End If...
  7. S

    Voice Property

    Hi dear Do I find the VOICE PROPERTY in ms access to make the program answer by telephone .
  8. S

    missing record by empty textbox search

    Hi In the form When I make search or enter for searching, and textbox was empty suddenly I miss record no.1, when I make search again with empty textbox I miss record no. 2, and continue the same problem Thank you
  9. S

    Save Or Delete By Buttons Only

    Hi I have save button and delete button in the form but the record save and delete without button. Who know how I make it save and delete record by button only? __________________ thanks
  10. S

    Save Or Delete By Buttons Only

    Hi I have save button and delete button in the form but the record save and delete without button. Who know how I make it save and delete record by button only? __________________ thanks
  11. S

    ClickOrEnterOnTextboxToOpenTheForm

    I have form with textbox for records. I like to click or enter on the textbox to open the form for detail page.
  12. S

    protect

    After me finish my project, how I protect my project from anyone to change properties.
Back
Top Bottom