Search results

  1. C

    How to print all the Form (Like a print screen way)?

    Printing a Form like print screen must be possible HI If print screen is possible so printing a Form like print screen must be possible
  2. C

    How to print all the Form (Like a print screen way)?

    Hi I need to know how to print all the Form (Like a print screen way)? Thanks
  3. C

    Is it possible to view CheckBoxes in Pivot Table view

    Hi Is it possible to view CheckBoxes in Pivot Table view (I only see True or False)? With datasheet view I can see them.
  4. C

    Time addition with numbers

    Time Addition Hi I need to add between two times, like this: timeVar=[TimeVar1]+[TimeVar2] 17:05:50=08:01:10+09:04:40 Any idea how? Thanks
  5. C

    finding how many values of a user in a table that the user is not shows in the table

    Hi I need to find how many values of a user in a table that the user is not shows in the table but he has relationship to the table. I know that I need to use the Dlookup function but I don't know how to do syntax to it. Can you please help me?
  6. C

    How to insert a table into the form (Like with MS Word)

    That is the last solution I assume that I will make the table in a manual way (with rectangles) Thanks anyway
  7. C

    How to insert a table into the form (Like with MS Word)

    I didn't ask for Datasheet I asked for a regular table like in MS Word
  8. C

    Time addition with numbers

    This is not the solution I need that the function will rerurn time value format (like 10:05:35) and not just number (like 10) Thanks
  9. C

    How to insert a table into the form (Like with MS Word)

    Hi I need to edit a table like with MS Word in the form. Under Insert in Access there is no table (But in MS Word it's shows) Thanks
  10. C

    Time addition with numbers

    I need an example of the command that return the result of the subtraction Hi Maybe I didn't understand you but there is no DateSubtract command. I understand that DateAdd command can subtract between two dates/times and when I tried to use this commad I got type mismatch becouse of the minus...
  11. C

    Time addition with numbers

    Hi Sorry It doesnt work, I get type mismatch. What I did: DateAdd("h",-Time1,Time2) Can you please help me with this problem? Again I need (for example) 10:03:00=18:03:00-08:00:00
  12. C

    Time addition with numbers

    Times Subtraction Thanks you But I need now to subtract times: [TimeVar]=[Time1]-[Time2] 10:03:00=18:03:00-8:00:00 Thanks
  13. C

    Time addition with numbers

    minutes addition Thanks But I have another problem: I Can't add minutes to a hour for example: [timeVar]= [timeVar]+[timeVar] 08:00:00+10 minutes I converted 10 to 00:10:00 but when I add it to a hour I get Mismatch. I need that : 08:00:00+10 minutes would be equal to 08:10:00 What I...
  14. C

    Time addition with numbers

    Hi I need to know how to do simple addition: [timevar]=[timevar]+[number] example: 8:00+9=17:00 Thanks
  15. C

    How to store field value to different tables?

    Hi Again I have several tables and one form . The form contains several fields . I need that some fields values will store in the other tables too. Tell me if it is not clear for you then I'll draw to you. Thanks
  16. C

    How to store field value to different tables?

    Hi Is it possible to store field value to different tables? If so can you please show me how to do that (With Acess GUI )? Thanks
  17. C

    Regional Date Format

    Hi It doesn't working. I need a code that will work at any system. Try and see.... Thanks
  18. C

    How to run function at any worksheet changes?

    Thanks But How I define when specific cell was chaged and not by selection ?
  19. C

    Regional Date Format

    Hi I need to know how to convert any Regional Date Format to hebrew Regional Date Format in excel cell . Thanks
  20. C

    How to run function at any worksheet changes?

    Hi I need to know how to run function at any worksheet changes. I tried to use : Application.Volatile Function example() bla bla........... End Function But I getting the error: Invalid outside procedure. Can you please tell me how to make it works? When I remove Application.Volatile...
Back
Top Bottom