Forgive me if this is very straightforward, but I'm new to the whole area of VBA and programming.
I'd like to know how to create a query (that will appear in the 'Queries' window in Access) to concatenate four values from a table for every row in that table, using VBA behind a command button on a form. :| make sense?
I've searched the internet and have been thoroughly confused with 'QueryDef', 'RecordSet's and the like. I want to pull four fields from a table called 'newTP', then display the concatenated values in a query called 'concatnewTP'.
Can anyone help?!
I'd like to know how to create a query (that will appear in the 'Queries' window in Access) to concatenate four values from a table for every row in that table, using VBA behind a command button on a form. :| make sense?
I've searched the internet and have been thoroughly confused with 'QueryDef', 'RecordSet's and the like. I want to pull four fields from a table called 'newTP', then display the concatenated values in a query called 'concatnewTP'.
Can anyone help?!