show value from a table in a textbox

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nanauuuu
    New Member
    • Feb 2014
    • 1

    show value from a table in a textbox

    Hi everyone,
    I have some difficulties to write some VBA code.

    I have a table (tbl-1) with 2 columns and in each colums : 4 rows.
    I would like in my form to create different textbox to show the values from table (tbl-1). I will have to create 4 differents textbox I guess. But what about the code?

    please help me, I will really appreciate.
    Thanks in adavnce
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    There's no code needed. This is basic functionality provided by Access forms.

    In the record source for the form you select your table. In the control source for the textboxes, you select your field.

    You may want to think about taking an intro to Access tutorial before going any further.

    Comment

    Working...