Record selection

A10 Instructor

Registered User.
Local time
Yesterday, 19:40
Joined
Jan 17, 2005
Messages
14
I've created a form by selecting a table and use the insert menu command. I placed all fields from the table onto the form along with a combo box set to find a record based on the value I select in the combo box.

Everything works great. I've noticed that when ever the form opens, the combo box is blank, but the fields from the table that are on the form display the first record of the table. Is there any way to make the table fields blank until I select a record with the combo box?
 
I always use unbound text boxes and use code to populate them once the user makes a selection from the combo box.
 

Users who are viewing this thread

Back
Top Bottom