Hey
short question.
How do I fill in a text box with TekstAandeel being the name of the
textbox in my userform. This is wat I have. In the beginning It's set
at "" (empty) but I want to fill it in witch access stuff.
Set A = DB.OpenRecordset("SELECT Aandeel FROM DDM Where Ticker='"
& TekstTicker.Text & "'", dbOpenSnapshot)
TekstAandeel.Value = ???????
Bookmarks