I have a database (I have enclosed a simple version) that has 4 tables. Names, Active, Disenrolled, Completed. The names table is used to lookup and associate the person with the classes they are taking. Active is classes they are currently in... you can figure out the rest.
What I am trying to do is create 3 buttons.
One button moves the selected item from the Active table to the Completed table. However, in the completed table there are different fields than the Active table... so somehow I want to make it possible for the user to input those items.
One button does the same as the first, only it moves it to the Disenrolled box.
The last button I want to use to add items to the Active Table... each item entered by the user.
Thank you in advance for your help!
What I am trying to do is create 3 buttons.
One button moves the selected item from the Active table to the Completed table. However, in the completed table there are different fields than the Active table... so somehow I want to make it possible for the user to input those items.
One button does the same as the first, only it moves it to the Disenrolled box.
The last button I want to use to add items to the Active Table... each item entered by the user.
Thank you in advance for your help!