Search results

  1. E

    How to save the path for the field and the form and a variable

    I need to save the path for the field in the form in avariable because I will use it more and more forms and they may be the form name or the field name maybe change but it not work I attached the link for the video to explain what I mean
  2. E

    minimize the access window error

    i used this code in access vba to minimize the access window but hide from toolbar oslo Public Sub MINIMIZEAccessWindow() Dim accessHwnd As LongPtr accessHwnd = FindWindowA("OMain", vbNullString) If accessHwnd <> 0 Then ShowWindow accessHwnd, SW_MINIMIZE ' check as hid End If End Sub
  3. E

    ms access portable

    i search for ms access portable for 64 bit i need to use it from flash memory to run ms access file on other computer And no need to setup or if compuer have other ver
Top Bottom