I got this so far:
VB Code:
Set DB = OpenDatabase(App.Path & "\Stilo.mdb") 'Open the Contact table Set RS = DB.OpenRecordset("SELECT * FROM Contact WHERE # = '" & 5 & "'") What do i do next? How do i read the value to a textbox?
|
Results 1 to 8 of 8
Thread: Reading from DatabaseThreaded View
|
Click Here to Expand Forum to Full Width |