I need to take two fields (Addess_1 and Address_2) and put them into one (address) in an existing database. I imagine I should use an Update Query but am making a bit of a dog's breakfast of it.
Also: Ironically, I need to take a Single field (Contact Name) and split it into two (First Name and Last Name). Again I suspect an update query.
Can someone please advise? Thanks
Also: Ironically, I need to take a Single field (Contact Name) and split it into two (First Name and Last Name). Again I suspect an update query.
Can someone please advise? Thanks
Comment