Search results

  1. M

    Show multiple attributes and records in one textbox

    The amount of records can vary from 3 or 4 to 400. Its what the customer wants. He wants to be able to select a record individually, as it is now with a combobox, but he also wishes to see the whole list if necessary.
  2. M

    Show multiple attributes and records in one textbox

    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...
Back
Top Bottom