Hi all, this is my first post so please be gentle with me 
I am currently looking at the Northwind database and wondering if it's a good candidate for modifying for my needs. I thought I was doing OK until I found a string that I just can't work out where it's created!
If you know the Northwind database then: The table 'companies' has fields 'address', 'city' and 'zip'. If you open form frmCompanyList there is a column called 'BusinessAddress' that is the address, city and zip together in one string.
My problem: I can't find what on earth creates this string. I have searched all the VBA (I think) and can only find a reference to BusinessAddress in a separate private sub procedure.
If anyone knows the database template and knows (or can instantly spot) where the field is created, I'd be very grateful as it's driving me nuts!
Many thanks,
Si
I am currently looking at the Northwind database and wondering if it's a good candidate for modifying for my needs. I thought I was doing OK until I found a string that I just can't work out where it's created!
If you know the Northwind database then: The table 'companies' has fields 'address', 'city' and 'zip'. If you open form frmCompanyList there is a column called 'BusinessAddress' that is the address, city and zip together in one string.
My problem: I can't find what on earth creates this string. I have searched all the VBA (I think) and can only find a reference to BusinessAddress in a separate private sub procedure.
If anyone knows the database template and knows (or can instantly spot) where the field is created, I'd be very grateful as it's driving me nuts!
Many thanks,
Si