Displaying full record in form

  • Thread starter Thread starter Ramesh
  • Start date Start date
R

Ramesh

Hi,

I have a table with various student info fields and the primary key field is
the Reg No.

Can I create a screen wherein I can key in the Reg No. and the rest of the
info from the info table will automatically display in their respective
fields? And where I can edit any info if required.

Am using O2K.

Thanks very much for any help.

Ramesh
 
Simply bring up your nice student form in design mode.

Now, use the wizard to make a "search" combo box. When you enter the student
number, the record will be displayed.

Choose the 3rd option when the combo box wizard comes up....

The combo box is great, since the wizard makes the search system for you.

If you are familiar with writing code...then you can read the following
ideas on how a good search screen should work:

http://www.attcanada.net/~kallal.msn/Search/index.html
 
Back
Top