PDA

Click to See Complete Forum and Search --> : DataRepeater (please help)


parkes
Jul 6th, 1999, 07:11 PM
I've got a Datarepeater that's got a DataCombo box on which I want to link to a database and display a list of information from one table and store the selected result in another table (i'm using access97). I've got text boxes displaying the right information but I cannot get the DataCombo to produce a list of info, (HELP)

------------------
Thanks in advance for any help provided.

JBJ
Jul 7th, 1999, 11:34 AM
For starters make sure that both tables are in the forms record source. Now in the row source type of the combo box pick FIELD LIST. Then pick the field from the table that you want the combo box to list. In the control source field put in the name of the field that you want the data to be stored in. Hope this helps. Feel free to email me and let me know how you made out. JasonBJones@msn.com

JBJ
Jul 7th, 1999, 11:36 AM
Addendum to above. Pick the field from the record source property after you pick the record source type. sorry about the confusion.