PDA

Click to See Complete Forum and Search --> : Populating Data Bound Text Boxes


wick77
Jul 11th, 2000, 10:15 AM
On one of the forms in my project i have a data bound textbox. At run time I want this text box to display nothing until the user clicks the arrow. Then I want the text boxes first listing to be Add New (to add a new record), the second to be a line and then the rest to populated by the relevant field of the recordset. Also how do I check what the user clicked in the on click event so I can Add a new record or go to that selected record.

Any help would be greatly appreciated, thanks,
Wick

wick77
Jul 11th, 2000, 10:24 AM
It must be early, I meant combo boxes instead of text boxes...

Please forgive my stupidity,
Wick