Hi,
I think I have a simple question that I just can't figure out. I want to have a command button on a form (via a macro) run a query to append the data on that form to another table.I want it to append the current record on the open form. I am not familiar with VBE so I want to use a macro.
How does the query pull the current record? I have an ID field and have tried setting the focus on that field but it still pulls all the records not just the current one. Any help is greatly appreciated!
I think I have a simple question that I just can't figure out. I want to have a command button on a form (via a macro) run a query to append the data on that form to another table.I want it to append the current record on the open form. I am not familiar with VBE so I want to use a macro.
How does the query pull the current record? I have an ID field and have tried setting the focus on that field but it still pulls all the records not just the current one. Any help is greatly appreciated!
Comment