I am completely new, but I have been reading these forums for a while as it has helped me get through accounting classes. However, I am attempting to do something that we have never done in class and I'm completely lost.
I have built a very simple database for a mill dog rescue that I volunteer for. Within the database, there are tables for vets, foster families, adopted families, etc. What I would like to do is create a button that copies 3 fields from the open record and pastes them into a different table, then deletes the open record. Specifically, when a dog gets adopted, we don't need to track the majority of the data, such as feeding frequency, but we would like to keep a record of the dog's name, breed and age. Thus, I would like to copy the data from the table called Dogs from the fields DogName, Breed, and Age (for the open record only) and paste it into a new record with the same named fields under a table called "AdoptedDogs".
I am not good with Access and the director is perhaps even less skilled, so this is why I was hoping to get a macro for a command button.
If anyone out there can help with this, that would be spectacular. Alternatively, if anyone out there can recommend a professional that can provide this code for not too much money, that would also work.
I have built a very simple database for a mill dog rescue that I volunteer for. Within the database, there are tables for vets, foster families, adopted families, etc. What I would like to do is create a button that copies 3 fields from the open record and pastes them into a different table, then deletes the open record. Specifically, when a dog gets adopted, we don't need to track the majority of the data, such as feeding frequency, but we would like to keep a record of the dog's name, breed and age. Thus, I would like to copy the data from the table called Dogs from the fields DogName, Breed, and Age (for the open record only) and paste it into a new record with the same named fields under a table called "AdoptedDogs".
I am not good with Access and the director is perhaps even less skilled, so this is why I was hoping to get a macro for a command button.
If anyone out there can help with this, that would be spectacular. Alternatively, if anyone out there can recommend a professional that can provide this code for not too much money, that would also work.