This should be a simple solution but it is escaping me at the moment. I am creating a form that a person would use to enter transactions, but I do not want the form to be bound to the table because it is only for inputting new transactions and not for reviewing past transactions.
I was thinking of creating an append query triggered by a command button, but it seems like the only way to append is from table to table (at least all that I read). Can I run an append query from the form or would it be better off just doing it all SQl via VBA (I know you purists would tell me VBA!).
Thanks in advance for any help and links!
I was thinking of creating an append query triggered by a command button, but it seems like the only way to append is from table to table (at least all that I read). Can I run an append query from the form or would it be better off just doing it all SQl via VBA (I know you purists would tell me VBA!).
Thanks in advance for any help and links!