Results 1 to 2 of 2

Thread: Inserting form elements into table

  1. #1
    Join Date
    Jul 2005
    Posts
    9

    Inserting form elements into table

    How to insert form elements into ms access table.

    The form is created using design view in ms access.

    Where to write code in ms access and do we need any ado connection.

    Regards.

  2. #2
    Join Date
    Jan 2003
    Location
    UK
    Posts
    277
    if by form elements you mean the controls on the form e.g. textboxes, comboboxes etc then you can set the record source of the form to a query and bind each control on the form to a field in the query. It will then update the table in the query automatically.

    this is the easiest/quickest way anyhow

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •