Im working on an application for a POS system. Im starting off slow and I have a database with 4 tables in it currently.
Im at the point where I have the details of the table (inventory) on the form, and working fine. I have a row thats called DeptId which I want it to use a drop down box to select the name of the dept from the Dept Table. How do I go about doing this. I got a listbox to show the dept names from the dept table, but how do i save the info into the inventory table?
Thanks
Im at the point where I have the details of the table (inventory) on the form, and working fine. I have a row thats called DeptId which I want it to use a drop down box to select the name of the dept from the Dept Table. How do I go about doing this. I got a listbox to show the dept names from the dept table, but how do i save the info into the inventory table?
Thanks