Search results

  1. T

    Copy field in form

    To prevent user to forget to enter data I put in table option that field is required. Now when I copy and leave that option I get message that field required and I must enter value
  2. T

    Copy field in form

    You mean something like this? Private Sub Kopiranje_podataka_Click() With DoCmd .RunCommand acCmdSelectRecord .RunCommand acCmdCopy .GoToRecord , , acNewRec Me.AllowEdits = True .SetWarnings False .RunCommand acCmdPaste .SetWarnings True...
  3. T

    Copy field in form

    I like first idea Where to put that it is done automaticle after copy?
  4. T

    Copy field in form

    I made mistake, I want to copy 80 fields I have about 100 fields. I dont want that fields to be copy but I want to be able to enter data in that fields
  5. T

    Copy field in form

    About 80 fields,
  6. T

    Copy field in form

    You are right
  7. T

    Copy field in form

    No I want to copy all but to be able to change data in some field or not to copy that field.
  8. T

    Copy field in form

    If I can one more question, Its copy all data, it is ok. How to prevent to copy or change just some of data, is that possible?
  9. T

    Copy field in form

    It's works Thank You very much
  10. T

    Copy field in form

    It show copy is not avaible
  11. T

    Copy field in form

    If You have time I wolud ask you for a favour, can You put that command in db that I posted and attach so I can download
  12. T

    Copy field in form

    You mean to add button and copy this command, I try that it doesn't work
  13. T

    Copy field in form

    Where to put that, I men first thing
  14. T

    Copy field in form

    Ok find it but when I try to coy paste is not aviable now
  15. T

    Copy field in form

    I have Enable and Lock, dont have Allow Edits Allow Additions
  16. T

    Copy field in form

    In what tag, Format, Data, Event, Other...?
  17. T

    Copy field in form

    I think i dont have that options in 2007
  18. T

    Copy field in form

    I will try that. I know tht my db is not perfect but it's works I didn't go to school to learn access that only my hoby
  19. T

    Copy field in form

    Is it possible to talk via skype or sometning else?
  20. T

    Copy field in form

    Nothing prevent
Back
Top Bottom