Search results

  1. A

    Prevent Duplicate Through VBA Userform

    Hello Everyone, Sorry for writing again, I really need it, and Do search on the internet and I tried with my best ablility, but unfortunately could not find the solution for that. There must be some one who faced to this problem or have the knowledge of this... plz some one help me
  2. A

    Prevent Duplicate Through VBA Userform

    Hello everybody, plz anyone write the solution....
  3. A

    Prevent Duplicate Through VBA Userform

    More Info for further information plz see the attached file...
  4. A

    Prevent Duplicate Through VBA Userform

    Hello everyone, I made a userform named (frmEntry) and through this form I add my data into excel sheet. one of the colume is CODE. Want: When I click on the frmEntry SAVE button, I want to check for duplicate on column CODE Thanks all
  5. A

    Get Day of a DATE

    Thnx for replying all of u, Yeah the, B17: B23 will have the days of the week which is selected from C4. also what I need else is F13, I need the F13 contains the next 20th month of the C13. Thanks all...
  6. A

    Get Day of a DATE

    TimeSheet Thanks all of you, for further information you can have a look at the attachment,
  7. A

    Get Day of a DATE

    for further information. I should tell u I am going to make a timesheet for the staff. actually the from 20th of the last month up 20th of the current month. and I have in list box (20/1/2007, 20/2/2007, 20/3/2007 ... 20/12/2007). What I want when the Staff select the 20/1/2007 from the list...
  8. A

    Get Day of a DATE

    thnx again, I did what u say, also I use the formula =DAY(Sunday, March 04, 2007), but it gives me the Wednesday. The third of march is SUNDAY... But if I use =Day(Today()), it gives me the correct day WEDNESDAY...
  9. A

    Get Day of a DATE

    Thanks for Quick Replying, I am using EXCEL, are u sure the Format works in EXCEL as formula?
  10. A

    Get Day of a DATE

    Hello everyone, I want to get the DAY of the DATE like (Sunday, March 04, 2007 ), and I use the formula =DAY(Sunday, March 04, 2007), but unfortunately it return the Wednesday. but on some date it works correctly. Can anyone plz tell me How it is possible to get the exact DAY of a DATE.
  11. A

    using Date with SQL statement

    Thanks Much, Yeah that is what I wanted. Thnx again much
  12. A

    using Date with SQL statement

    Hello everyone, I want to have advanced search through VBA and I use the below code. "WHERE (tblPicture.PicDate) = (Me.txtDate.Value)" after the select statment, everything is ok, but it asks me for date (parameter) could anyone plz help me
  13. A

    Take picture from Form through VBA Smae as PRINT SCREEN

    Thanks very Much, Yeah that link was what I want. is it possible when we capture the Active Window, the Save dialog appear and we can save it where we want? Thanks in Advanced...
  14. A

    Take picture from Form through VBA Smae as PRINT SCREEN

    Thanks for the Replying, Ok. I will search on API, I dont like to use external tools. What I want is to do Screen Capture through VBA in M.S Access...Thanks again for the Reply
  15. A

    Take picture from Form through VBA Smae as PRINT SCREEN

    Hi all, Could any one tell me plz how it is possible to Have the Print Screen of the Current Form through VBA? not the whole window, just the current form snapshot... thanks in advanced
  16. A

    Take picture from Form through VBA Smae as PRINT SCREEN

    Hello EveryOne, Is there a way to take a snapshot of the Current Form through VBA? and save it where we want? Same as PRINT SCREEN does... Thanks in Advanced...
  17. A

    Photo Size, Height, Width Problem

    Thanks Much Yes, That is waht I wanted
  18. A

    getting physical dimensions for images

    Hello everyone, Can anyone plz reply me the above thread, bcoz I have the same problem. I want to have the file dimension the pictures in pixcels
  19. A

    Photo Size, Height, Width Problem

    Hi again, You said the easiest way to know the dimensions of the picture require you to import it first and then check its properties. How can I check the picture properties not the Image control Properties?
  20. A

    Photo Size, Height, Width Problem

    Thnx for replying, I Save the path of the photo into table, How it is possible to get the dimension of the photo after we enter it? I dont want the dimension of the Image control but I want the dimension of the Photo? Could u plz tell me HOW?
Back
Top Bottom