northernbeaver
Programmer
I have a table where there are about 40 fields in it. this is inputed by the user via a form. they have requested a copy button that will duplicate the information to a new record, excluding the index key of course. without making 40 variables for each field in the table and creating a new record and placing the info into the record is there a way to do it all at once?
I know the code that access has under the copy wizard doesnt work because of the unique Identifier. but I know in Visual Foxpro they have a command called SCATTER MEMVAR and GATHER MEMVAR that does what Im looking for. does such a command exsist in Access 2000 VBA?
I know the code that access has under the copy wizard doesnt work because of the unique Identifier. but I know in Visual Foxpro they have a command called SCATTER MEMVAR and GATHER MEMVAR that does what Im looking for. does such a command exsist in Access 2000 VBA?