combo box question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm currently working a form where once the user selects which project they
are working on from the combo box the data related to that project will
appear and allow them to edit and when finished update the table with the new
information. Any help will be greatly appreciated...Thanks
 
clemoine,
On my website (see below) I have an A97 and an A2003 file called QuickFind Combo. When
you select a value from a combo box, that record is located in the recordset, and the user
is allowed to edit that record.
 
Thanks Al, hopefully this works for me

Al Camp said:
clemoine,
On my website (see below) I have an A97 and an A2003 file called QuickFind Combo. When
you select a value from a combo box, that record is located in the recordset, and the user
is allowed to edit that record.
--
hth
Al Camp
Candia Computer Consulting - Candia NH
http://home.comcast.net/~cccsolutions
 
clemoine,
Basically it's just a combo that lists all records in the recordset. Once a user
selects any record, the code does a Find on that value.
It works best if you use a key field in the combo so that there is only omly one record
that satisfies the Find... but the same method can be used to find multiple records that
satisfy the Find.
Let us know how you make out...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top