Search results

  1. A

    Find Maximum Date Except The Current System Date

    MStef See The Attachment
  2. A

    How Insert Picture into Unbound Object Frame with FilePicker (OpenFile Dialog Box)

    Dear OldSoftBoss, I want the pictures be with the Database, mean when i carry the Database I dont need to carry the pictures too. Therefore I need OLE, and I want to set picture into the Table Field by Open Dialog Box.
  3. A

    Find Maximum Date Except The Current System Date

    Want to find Max Date of Table I want to find Greatest "Max" Date in the Table except the Current Date (Current System Date).
  4. A

    Find Maximum Date Except The Current System Date

    How can I do that, Plz write me the Code.
  5. A

    Find Maximum Date Except The Current System Date

    I have no Error in the code, but I like to find the MAX date in the table, not consider and look the Current System Date, mean if the max is the Current System Date not count that, mean ignore the Current System Date.
  6. A

    Find Maximum Date Except The Current System Date

    Dear all, How can I get the maximum "Greatest" Date except the Current Today Date. mean not consider the Today System Date. VBA: Dim LastDate, TodayDate TodayDate = Date 'Current Today Date LastDate = DMAX("[Datee]","DailyAccount","[Datee] <>" & "#" & TodayDate & "#")...
  7. A

    How Insert Picture into Unbound Object Frame with FilePicker (OpenFile Dialog Box)

    In my Table I have a Field that is OLE type, there I use the object control to Insert picture as Embedded into that Field through the Open File Dialog Box, Not Therogh the Object Browser Dialog Box.
  8. A

    How Insert Picture From Open Dailog Box into Unbound/Bound Object Frame Control

    Hi Sir/Madam, When I click on ( InsertPhoto ) Button, I want the Open FileDialog Box appears to me to select my favorite picture as embeded ( not in Link form )inplace of Object Browser. How can I do that?
  9. A

    How Insert Picture as Embedded From Open File Dailog

    When I click on ( InsertPhoto ) Button, I want the Open FileDialog Box appears to me to select my favorite picture as embeded ( not in Link form )inplace of Object Browser. How can I do that?
  10. A

    How Insert Picture into Unbound Object Frame with FilePicker (OpenFile Dialog Box)

    Hi all, I have a form that contains an Unbound Object Frame, and a button. What I want: When I click on the Button I want the OpenFile Dialog Box appears to me, to select my favorite picture and then put that picture in the Unbound Object Frame control. Your kind attention and help is highly...
  11. A

    Click On Record Return Same Record On Another Form

    Hello EveryOne!!! I have two forms which is bounded to one table. 1. FormOne is Continous (Tabular) 2. FormTwo is Single (Columnar) when I click on any record of the FormOne, I want to Same Record on FormTwo. How can I do This?
  12. A

    Listbox Right Alignment

    Hi All. I have a ListBox on Access Form which bounded to some fields of a table, I want to align the data in the ListBox to the right. How can I do that? plz help me!!!!
  13. A

    Vb6 Drivelistbox Dirlistbox Filelistbox Activex

    Hi all. I want to have visual Basic version 6.0 DriveListBox, DirListBox, FileListBox ActiveX controls. Form where I can download them. OR DriveListBox, DirListBox, FileListBox modules. because I want to use them in Access Forms
  14. A

    Menu Creation With Vba

    Hi all. How can I create menu with OnClick event with VBA, Like Option ChangePassword ChangePrice See Result I want to make like the above menu, and when I click the " ChangePassword" a form appears me.
  15. A

    How Insert Embedded Picture with VBA

    I add an Image control and two buttons, their captions " Add Picture", "Register Pic" on Access Form. When I click oth Add button the FileDialog Box appear to me and I select a picture, the picture set to the Image control, Now when I click the Register button I want the picture to be add in the...
Back
Top Bottom