filling a form in excel

T

Tomwireless

I Have 2 sheets, a database of items sheet and a form with a combo box to put
the record I get from the database. I want to pick a record from the
database, and add it to my form and have it bring the WHOLE record with it to
the form not just the combo box cell. Both sheets have the same field names
in them.

anyone have an idea on this?

Tom
 
T

Tomwireless

I think you misunderstood, Its like filling in a order form from a database.
I have the database and the form but need to find a way to bring the data
over to the form and autofill the rest of the record when the first cell is
entered.

Item Decription cost
xxxx autofill autofill
xxxx autofill autofill
 
J

Jacob Skaria

If you are using a Userform from within VBA then check out the below link by
MVP Debra Dalgleish .

http://www.contextures.com/xlUserForm01.html

If you have created a form within excel; then check out help on function
VLOOKUP()

--
Jacob (MVP - Excel)


Tomwireless said:
I think you misunderstood, Its like filling in a order form from a database.
I have the database and the form but need to find a way to bring the data
over to the form and autofill the rest of the record when the first cell is
entered.

Item Decription cost
xxxx autofill autofill
xxxx autofill autofill
 

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

Top