0 LIKES LikeUnLike
when i run the program the combo1 is not on the ASC...is going like this1121323556this is the code i useSet db = OpenDatabase(App.Path & "/db1.mdb")Set rs = db.OpenRecordset("select * from school order by studno")Do Until rs.EOF = TrueWith Combo1.AddItem rs!studnors.MoveNextEnd WithLoop
Tags:
Report (0) (0) | earlier
Latest activity: earlier. This question has 2 answers.