Hi,
Here's an example:
tblClients with the following columns:
- name
- address
- tel
I want the information shown in one textbox via a formbutton, e.g:
I want the following shown in one textbox:
John
Thirdstreet 3
97978789
Pete
Sunstreet 345
231211
Etc
etc
I need the code to...