Search results

  1. mikekal

    Tab control resize

    Something like that
  2. mikekal

    Tab control resize

    Maybe make them unvisible when im in tab2
  3. mikekal

    Tab control resize

    Yes i have controls downward on tab1.Ok thank you
  4. mikekal

    Tab control resize

    I want if press tab1,the height of the tab control to change.If press tab2 height change
  5. mikekal

    Tab control resize

    How can resize tab control to each control press.If press tap1,tab control height = 1000.If i press tab2,tab control height = 500
  6. mikekal

    Query problem

    I found that and working :Like "*" & [Forms]![frmRptDialogSingle]![enddate] & "*" Or Is Null
  7. mikekal

    Query problem

    Only accept < =
  8. mikekal

    Query problem

    Im sorry nothing again
  9. mikekal

    Query problem

    No error.Just show nothing.But if i make it <= its ok.But i want records in specific day.Im sorry for bad english
  10. mikekal

    Query problem

    Im sorry do nothing.The same problem
  11. mikekal

    Query problem

    SELECT [Inventory Transactions].ΑΑ_ΧΡΕΩΣΗΣ, [Inventory Transactions].[Transaction Item], [Inventory Transactions].Quantity, [Inventory Transactions].[Unit Cost], [Inventory Transactions].[Created Date], [Inventory Transactions].ΑΡΤΙΜΟΛΟΓΙΟΥ, [Inventory Transactions].ΠΟΣΟΛΟΓΡΑΦΟΣ, [Inventory...
  12. mikekal

    Query problem

    II tryed but same problem
  13. mikekal

    Query problem

    I have a query that accept this: <=[frmRptDialogSingle]![enddate] and not this: =[frmRptDialogSingle]![enddate] in criteria
  14. mikekal

    Multi records delete

    Im saing that i im choose delete from combo im delete the record.If im choose undo from combo im undoing what im writing in that time
  15. mikekal

    Multi records delete

    https://demo.snipeitapp.com/hardware I would like to do something like that programm
  16. mikekal

    Multi records delete

  17. mikekal

    Multi records delete

    I would like when i use combo box to delete or undo a record.Im sorry for bad english
  18. mikekal

    Multi records delete

    I,d like to do delete or undo with combobox selection.Thank you
  19. mikekal

    Multi records delete

  20. mikekal

    Multi records delete

    Can i put in that code the undo ,when im selecting from combo box the value "undo" Private Sub cmdDelete_Click() Dim db As DAO.Database 'Dim ER As Integer Set db = CurrentDb() If Not IsNull(Me.Combo344) Then strWhere = strWhere & " AND [Delete]=" & Me.Combo344 db.Execute "qryDelete"...
Back
Top Bottom