Search results

  1. S

    Bound database fields

    Thanks. That help a bunch. Can you explain what this line is going in Visual Basic: strCustID = BFValue(rstExp!Customer, 3)
  2. S

    Bound database fields

    Thanks for the reply. Record Source on the data tab is null. This form does have tabs... I think I figured out how the data gets loaded. But now I have a text box that has data in it, how can I tell what sql column is bound to that text box? There is nothing I see in the properties of the text...
  3. S

    Bound database fields

    I am a sql programmer but am trying to figure out an access form (.accdb). There are several forms (tabs) and I want to know how the data from the SQL database is being displayed. Do I look at design view or layout view? Is there some link in the properties sheet that I am missing? I have looked...
Back
Top Bottom