Search results

  1. mikekal

    search criteria on subform

    Thank you.Its working fine
  2. mikekal

    search criteria on subform

    Just i want to do.Thank you so much
  3. mikekal

    search criteria on subform

    In this example dont have.But if i have how can transform that code
  4. mikekal

    search criteria on subform

    Can i put this code on main form and filter the subform
  5. mikekal

    search criteria on subform

    Like that example how can put and "start date" and end date" to filter the subform like the comboboces
  6. mikekal

    search criteria on subform

    I want to filter the subform from the main form How can do that
  7. mikekal

    search criteria on subform

    How can I use this search code for subform.Thank you
  8. mikekal

    Select rows to view

    Ok i did it.Thank you so much
  9. mikekal

    Select rows to view

    Can i do it and with combobox
  10. mikekal

    Select rows to view

    Thank you very much.That i was want.Sorry for bad english.Many thanks from Greece
  11. mikekal

    Select rows to view

    Ok thank you In the begining of my pagination form the code is like that: Option Compare Database Option Explicit Private Const lRecPerPage As Long = 32 Private Sub cmd_page_1_Click() Call Paginate(Me.cmd_pagination_1) End Sub Private Sub cmd_page_10_Click() Call...
  12. mikekal

    Select rows to view

    Maybe im not understand.I want to view those rows that the combobox shows.
  13. mikekal

    Select rows to view

    Like that
  14. mikekal

    Select rows to view

    That my database.On the left combobox if select a number i can view only those lines.
  15. mikekal

    Select rows to view

    How can make a combobo with values 1,2,3,4,5............... and when select them i can view only those rows.When select 4 i can view 4 rows.When select 7 i can view 7 rows
  16. mikekal

    Pagination

    Thank you arnelgp.Tanks a lot.
  17. mikekal

    Pagination

    Yes "arnelgp" that i want
  18. mikekal

    Pagination

    Can i put the pagination of the example and the top of the form.Top and bottom together.Thank you
  19. mikekal

    view fields

    In Form1 cant view some fields when pagination form.I cant view field "Location" and "Supplier"
  20. mikekal

    Display image

    I was looking if i choose a user to go in records to current user.How can do that begings with login form.Like northwind database
Back
Top Bottom