English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I'm building a database for a friend and most of it is finished, however I want to build a good GUI for the database.

Basically, when a query is run, I want the results to be shown in a form.

How can I do this?

2007-02-09 23:59:09 · 1 answers · asked by Anonymous in Computers & Internet Programming & Design

1 answers

When building your form, set the data source = the query name. Then you can either use a form to display a single record, continuous forms to show all records, or you can spit it out in datasheet mode.

Most of these settings are in the Properties window of the form.

Good luck.

2007-02-10 02:44:23 · answer #1 · answered by Dave 5 · 0 0

fedest.com, questions and answers