A
Alex
There's probably a very simple way to accomplish what I am trying to do, but I
can't get it to work. I have a table (Customers) with two fields: CustomerID
and CustomerName. CustomerID is the Primary Key. I also have a Query
(CustomersByName) that returns all the rows in the Customers table sorted by
CustomerName. What I would like to do and can't get to work properly is having
a form (in columnar layout) for editing the CustomerName, and also a sub-form
(in tabular layout) that uses the CustomersByName query as a record source, and
that is used for navigating the Customers table. In other words, what I would
like to happen is that the user selects a record for editing by clicking on a
row in the subform, but the actual editing is done in the main form. I hope
that my explanation makes sense, and that somebody can show me how to
accomplish this. I'm using Access 2002.
Thanks.
can't get it to work. I have a table (Customers) with two fields: CustomerID
and CustomerName. CustomerID is the Primary Key. I also have a Query
(CustomersByName) that returns all the rows in the Customers table sorted by
CustomerName. What I would like to do and can't get to work properly is having
a form (in columnar layout) for editing the CustomerName, and also a sub-form
(in tabular layout) that uses the CustomersByName query as a record source, and
that is used for navigating the Customers table. In other words, what I would
like to happen is that the user selects a record for editing by clicking on a
row in the subform, but the actual editing is done in the main form. I hope
that my explanation makes sense, and that somebody can show me how to
accomplish this. I'm using Access 2002.
Thanks.