Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Coding Help 1

Status
Not open for further replies.

cbearden

Technical User
May 17, 2004
80
US
I'm pretty much knowledge-less when it comes to programming. I was wondering if anyone could give me a tip or something on this problem I have

I based a form on a query. The query contains two tables(Acct, Dlr), which are related by one field called DlrNum(combobox). On the form, I have the DlrNum control based on the Acct table but the row source is the Dlr table. When someone types in a value that is not in the table, it needs to add that number to the Dlr table as well as all the fields that are in the dealer table:

ex:

#: 123
phone: 258-598-5555
contact: bob

I had been directed in the way of the OnNotInList event, but I don't know how to code it.

Thanks for the help
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top