Search results

  1. M

    How to build a website-like search?

    Hello, What im trying to build is a search that goes through the whole database and all tables. The output will be on a form by which the found items are shown, but not all at once. Only the first item is displayed and the rest can be seen by using the navigation button (first, back, next...
  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