Search results

  1. P

    Stop user deleting all records

    Thanks a lot
  2. P

    Stop user deleting all records

    HOW IS POSSIBLE DISABLE IT... ok shift11
  3. P

    Stop user deleting all records

    and how is possible set up so they can't get to the tables...?
  4. P

    Stop user deleting all records

    yes but in a fron end users possible open table and clear all
  5. P

    Stop user deleting all records

    but if you have a group with privilege users modify ,is possible for this group open table and delete value..
  6. P

    sharing access

    re ok i think split db, and create 2 authorize groups for the folder of database visitors data entries ,more or less 10 person... but i have another question.. data entries group have permission insert new data in TBL_CARS in this method all person of this group possible delete and insert...
  7. P

    sharing access

    hy for all... i would sharing my database by intranet... what's the most good way for release it.... create groups and users with the access 2003 function or create file mde with link table and a sharing folder with create folder's authorization users....:cool:
  8. P

    combobox change value

    hy is possible add a control in my combobox BeforeUpdate forms that control if changing value in my combo ex if nochanging value then msgbox attention required changing value before update else SAVE THE UPDATE.......
  9. P

    combobox command checkbox

    for all thanks a lot
  10. P

    combobox command checkbox

    this is what 's i would made if user click english in report write english lenguage and no italian.. is possible.... thanks:)
  11. P

    combobox command checkbox

    is possible you learn me about...:)
  12. P

    combobox command checkbox

    Thanks a lot is very good solution:) and if i would print a report bound the checkbox : if user click italian LENGUAGE in report see coloumn1(italian) if user click english LENGUAGE in report see coloum2(english) is possible......
  13. P

    combobox command checkbox

    before i think that For me is necessary save the id of italian vs english in the Tabella2 1 , 2, 3 an so on...... not the words but now think that is no good idea because after no possible know if is italian or englis because the id is equal.... thanks for help me :) the second i think work most...
  14. P

    combobox command checkbox

    i don't know the most easy solution for me is good thanks a lot
  15. P

    combobox command checkbox

    the combo add new recordset in an another table and now is bound with query table lenguage with this code i unbound combo and bound the combo with checkbox
  16. P

    combobox command checkbox

    I would change combo becouse my for have two lenguage... italian and english and for me is necessary populate combo with italian or english. Is good the code that i post... I use this code but no requery fast the combo... With your code i don't understand how possible make it ....:rolleyes...
  17. P

    combobox command checkbox

    Private Sub Cornice4_Click() Dim strSQL As String Dim strSQL2 As String strSQL = "SELECT [italiano] FROM [Tabella1]" strSQL2 = "SELECT [inglese]FROM [Tabella1]" If Me.Cornice4 = 1 Then Me.Requery Me.ComboBox.RowSource = strSQL ElseIf Me.Cornice4 = 2 Then Me.Requery Me.ComboBox.RowSource =...
  18. P

    combobox command checkbox

    Hy I have two table id-italian and id-english 1 ciao 1 hello 2 grazie 2 thanks is possible make a selector or checkbox italian english for choose the lenguage and if user select italian the combobox populate with word ciao , grazie if user select english combobox populate with hello , thanks...
  19. P

    undo subform

    Thanks I think that this is big problem to resolve in access. I hope in the next release this problem find the most easy solution
  20. P

    undo subform

    Thanks a lot :o
Back
Top Bottom