T
Tod
I'm soo glad there's a GettingStarted NG for Access,
because this is most certainly a 'getting started' kind of
question.
Okay, I created a new database. It's more or less an
inventory and maintainence kind of database. I created two
tables. One contains attributes about the items in
inventory (Date Purchased, Brand, Model, etc.) The other
table contains info about maintainence on these items
(Date Serviced, Cost of Service, etc.) I created a
relationship that joins the two tables by the Product_ID,
which is also the primary key. Then I used the form wizard
to create a form for displaying this info.
NOW. Not to bad for a new guy. But what I want to do next
is have a way for the user to 'call up' the product in the
form, see the related data, and then enter updated
maintainence info. I can probably figure the rest out if
someone will just tell me how to get the form to show the
Product_Name. Better yet, how to select from a list.
tod
because this is most certainly a 'getting started' kind of
question.
Okay, I created a new database. It's more or less an
inventory and maintainence kind of database. I created two
tables. One contains attributes about the items in
inventory (Date Purchased, Brand, Model, etc.) The other
table contains info about maintainence on these items
(Date Serviced, Cost of Service, etc.) I created a
relationship that joins the two tables by the Product_ID,
which is also the primary key. Then I used the form wizard
to create a form for displaying this info.
NOW. Not to bad for a new guy. But what I want to do next
is have a way for the user to 'call up' the product in the
form, see the related data, and then enter updated
maintainence info. I can probably figure the rest out if
someone will just tell me how to get the form to show the
Product_Name. Better yet, how to select from a list.
tod