Replies: 0
We have an employee database that includes, among many things, empid. We then have multiple other databases that connect to this database via empid=empid and pull back static employee data.
Because the interface we are replacing was hand coded PHP, we have many HTML drop-down forms that have <option value="empid">lname, fname</option> We use this to make add new entries, or make changes to the table for things like out of office, vacation, on call, etc.
Easy to do in manual PHP, possible to do in WP Data Access?