Recent content by kvang

  1. K

    delete one field in list

    i can do now !!!
  2. K

    delete from value list

    Thank you very much for your file. i try to modify your code but it can't delete field in item. how i do mistake? can you look my file. in from1 tell me pls. What i do mistake. Thank you anyone for help me.
  3. K

    delete from value list

    can you help me Please. Upload your file for me. i want look your code and idea. i will modify your code for develop my code . Thank you very much.
  4. K

    Listbox .additem

    this link can help you bit ( Hope can you adding item ) but is't can't delete.. http://www.access-programmers.co.uk/forums/showthread.php?t=214168
  5. K

    delete one field in list

    this good idea. but i want delete field in listbox not save it again. how i can modify code? can you tell me Pls.
  6. K

    delete one field in list

    Hi . i hope everybody happy. i'm kvang i have problem about delete one field in list box. > i want to delete just one field but when i click ( < ) it delete all i don't know ! how i will Explain for everybody understand me? i have Attachment file for anyone help me. What i mistake? Help...
  7. K

    delete one record by from

    HI everybody . help me Please. i try to delete one field but my botton it delete all. Attachment can open for look.
  8. K

    copy items between listboxs to filter listbox

    Oh my god . i saw it now. thank you verymuch http://www.access-programmers.co.uk/forums/showthread.php?p=1086889#post1086889
  9. K

    Need help with allowing duplicate selection for transferring listboxes

    Thank you very much . i find it for long time. i saw it ^_^
  10. K

    copy items between listboxs to filter listbox

    i trying to do 1.i do after i look in one web site on youtube. Name Vido : Access 2007 Move items between listboxes 2.i trying make new DB but can't. 3.i have - Microsoft activex data object 2.5 - Microsoft DAO 3.6 objects - visual Basic for applicatons 4.i input new...
  11. K

    copy items between listboxs to filter listbox

    i will copy items between listboxs to filter listbox . but i don't know about this error . Can help me. Pls. (i have attachment file.) i hope some one can help me. 1. when i open Form show error >>>> Run-time error ‘-2147217904 (80040e10)’” No Value given for one or more required...
  12. K

    how i can select text in first.textbox and show in second.textbox?

    how i can select text in first.textbox and show in second.textbox? My Idea : Teble : Program From : [2 textbox = frist and second],[1 button = click] step 1. when i open my from. first textbox will show text. step 2. i will select text in first textbox then click on button [click] step 3...
  13. K

    delete one record by from

    this is my from confirm for user. Private Sub Command123_Click() Dim Msg As String Dim Style As String Msg = "Are you sure you want to delete this record?" Style = vbYesNo + vbQuestion + vbDefaultButton2 Response = MsgBox(Msg, Style, "Film Rental Database") If Response = vbYes Then...
  14. K

    delete one record by from

    thank you very much. I will try to do that.
  15. K

    delete one record by from

    thank you so much MR.JR i'm Re-rend and try to do and i can do it >>> DoCmd.RunSQL "DELETE * FROM tbl_com WHERE (sn=me.text)" when delete it msgbox show me "me.text" and input number for delete (it ok ) but >> can you tell me again ** i want show msgbox (IN PUT YOUR NUMBER FOR DEL)...
Back
Top Bottom