I have a main order table that gets some of its information from several look up tables. A create a look up relationship between the two tables and that allows me to choose a record. I can create another form that allow me edit the individual lookup tables so I can enter new clients, job, employees, etc.
I'd like to add a some functionality to the drop down boxes. Can you have a "New" record in the drop down box that lets you enter data? The way I can do it now is have a button next to the drop down box that opens the corresponding add/edit/delete form.
Thank You,
James
I'd like to add a some functionality to the drop down boxes. Can you have a "New" record in the drop down box that lets you enter data? The way I can do it now is have a button next to the drop down box that opens the corresponding add/edit/delete form.
Thank You,
James
Comment