It's generally one client, one project, so i'm not sure that a separate projects table would serve any purpose. I just want the id of the client to be present in the projprog table so that when I do a select query:
"SELECT * FROM clients, projprog WHERE clients.id = projprog.clientid AND...