Recent content by zzteam

  1. Z

    Ribbon access 2007

    Just put VB code in mainform on open: DoCmd.ShowToolbar "Ribbon", acToolbarNo I think that's you need :)
  2. Z

    Combobox+filter

    I try but without effects. That's for me spanish village :( Can you upload sample if is not big problem for you? Thank you in advance, zz
  3. Z

    Combobox+filter

    Hi everybody, I make for my friends database for comics but I have problem with combobox. Database is MS2007. I have table with genres of comics, but how I can make combobox which I choose one genre that only show comics with this genre? Combobox for filter is in left top angle. please see my...
  4. Z

    Problem with SUM

    Hi, I make report with subtotals but I want to hide subtotal where is subtotal=0 Is it possible? Thank you in advance
  5. Z

    Error 2046

    Can you explain me how, please. I try but without effects. I made it. Thank you very much! Code is now: Private Sub Command4_Click() DoCmd.SetWarnings False If Not Me.NewRecord Then DoCmd.RunCommand acCmdDeleteRecord End If End Sub
  6. Z

    Error 2046

    I use MS Office 2007. I make table and along every line i make delete button. I put code for button: Private Sub Command4_Click() DoCmd.RunCommand acCmdDeleteRecord DoCmd.SetWarnings False End Sub but when I click on delete button on empty record I recive message: Run-time...
  7. Z

    Problem with subform

    Hi, I have problem with Form & subform. Field in subform must have same function like in Form. please see database thank you in advance,
  8. Z

    Forms, Subforms troubles

    Sorry, but my english is not good. Maybe I can help you on your DB.
  9. Z

    Delete from another Form

    No, this is same like previous attachment. please see P.M.
  10. Z

    Forms, Subforms troubles

    attach sample to see problem, maybe I can help you
  11. Z

    Delete from another Form

    When I press delete button must be pop-up message (because is logic) "are you sure? or something else". That message I want to design.
  12. Z

    Delete from another Form

    Delete Button I don't complicate, but windows message is toooo ugly, and I want to design my DEL button. thank you on help, but and I know to make button to delete record with wizard :)
  13. Z

    Display Picture for each Record in Access DB

    Oldsoftboss Thank you on answer, Oldsoftboss. And what is another problem. When I give to my friend catalogue, and when he copy on HDD, he can't see images (diferent path). Regards, zzteam
  14. Z

    Delete from another Form

    Del Yes, I know, but I want to design form DELETE
  15. Z

    Delete from another Form

    Hi, I have 1 table, 2 Forms (1 forms = table and another form = DELETE). How I can to Delete record (FROM TABLE) from another Form (DELETE). please see attach DB. thank you
Back
Top Bottom