OK.
Im using Access and VB. I have data on two tables in access that I want to show on vb. 1 text box will show 1 data from 1table and same with the other table. i've opened both tables on vb using the recordset and the if not...EOF Then...MoveNext on the form load.
i'v put the code behind the listbox to show the data form the seperate tables in the textboxes but it still won't work. Could anyone please tell me what in missing. Please give all the solutions you have.
THANK YOU 4 ALL ANSWERS
Im using Access and VB. I have data on two tables in access that I want to show on vb. 1 text box will show 1 data from 1table and same with the other table. i've opened both tables on vb using the recordset and the if not...EOF Then...MoveNext on the form load.
i'v put the code behind the listbox to show the data form the seperate tables in the textboxes but it still won't work. Could anyone please tell me what in missing. Please give all the solutions you have.
THANK YOU 4 ALL ANSWERS
Comment