I apologize if this is an elementary task but i'm failry new to access. I have a form that lists a series of line items on a purchase order, that I've been able to adequetly display using a continuous form.
I would like to allow the user to add a record at the bottom (which I believe I've accomplished). But I would like to auto populate a description field on the OnExit event of a part number.
Ie. The user types in the part number and tabs over to the description, and the field auto populates from a part number / description table.
Do you accomplish this from a second query or a dlookup method?
Thanks for the help in advance.