Search results

  1. W

    Duplicating Forms

    How do i duplicate data from a form including its subforms upon trying to edit. so when i try to edit access should save the origional and create a new record then duplicate the data. the copy and paste command using OnDirty Event was cool but it only copied the form excluding the subforms.
  2. W

    Duplicating Data in a FORM Including all SUBFORMS!!!

    this is not the comlete fields in my tables i just added half to the code th see if it would work, and its atleast supposed to work on the fields that i added in the code isnt it?
  3. W

    Duplicating Data in a FORM Including all SUBFORMS!!!

    Good Morning All Computer Magicians i have the below code that is supposed to duplicate the current data in a form including its subforms upon trying to edit data and create a new record/form. but all it does is give me a error message saying: Run Time Error '3164': Field Cannot Be Updated...
  4. W

    Saving The Origional Form when Data is Modified

    could i add another line to the code which adds an increasing interger to the the name of the modified quotation depending on how many of the same quote gets modified?
  5. W

    Saving The Origional Form when Data is Modified

    great stuff, so basically its a copy and paste command?
  6. W

    Saving The Origional Form when Data is Modified

    ...could you please explain me what the code means...if its not to much trouble.
  7. W

    Saving The Origional Form when Data is Modified

    if i could put two THUMBS UP, i would. this is great, actually perfect, thanks.
  8. W

    Saving The Origional Form when Data is Modified

    brilliant, thanks, thanks, thanks. the Origional saves and that's what i wanted. However the modified quote must still contain all the info the origional Quote has, the only difference would be the Track number that gets generated automatically and the modified data. is this possible Eugin?
  9. W

    Saving The Origional Form when Data is Modified

    hi all i've been wrecking my brains tryng to get this to work. when i open a form containing a quotation and change some of the data in the quotation i would like access to automatically save the origional quote, and save the modified quotation under a diferent number(the quotes have unique...
Back
Top Bottom