Search results

  1. N

    specify the style of form for each record

    hi and thanks for your reply i did it but it didnt work please see my file : in this case that i wrote i get my answer Private Sub field2_Enter() If field2 = 5 Then field2.BackColor = 6388608 Else field2.BackColor = 16777215 End If End Sub but i need my field to be locked instead of...
  2. N

    specify the style of form for each record

    please some one put its access file becuase i cant figure out what should i do i really confused
  3. N

    specify the style of form for each record

    :confused:how can i specify the style of form for each record?is it have any spesific aspect for each record in form? is there any way to solve this problem?can i write it in visual basic than all record have a different style :banghead:
  4. N

    question

    when we design one form for specific table then how can we have uniqe style for each exite record or new record ex: i wrote this for one of my check box when the user selected this check box the second row will appear(its work but when new record added it,s style apply to the others records)...
Back
Top Bottom