StephHansen
Programmer
Obviously my skills are failing me right now...
I have three tables Members_T, Clients_T, Activity_T and 2 Queries Members_Activity_Q and Clients_Activity_Q
The Members and Clients table store generic info, name, address, etc. The Members table also has Number of Points as a column. All tables have their primary key as an autonumber. The primary key foreigh keys are Member_ID, Client_ID, and Activity_ID.
That being said, I need to generate details in the activity table (via a form), referencing the members and clients. I created two combo boxes that look up the client name and the member name. I want to then populate other fields in this form (Member_ID, Member_Phone, client_ID, etc) based on what the user selects.
i know this is simple but I am just drawing a blank. Thanks in advance. Stephanie Nicholas
Software Engineer
i-Net Strategy
I have three tables Members_T, Clients_T, Activity_T and 2 Queries Members_Activity_Q and Clients_Activity_Q
The Members and Clients table store generic info, name, address, etc. The Members table also has Number of Points as a column. All tables have their primary key as an autonumber. The primary key foreigh keys are Member_ID, Client_ID, and Activity_ID.
That being said, I need to generate details in the activity table (via a form), referencing the members and clients. I created two combo boxes that look up the client name and the member name. I want to then populate other fields in this form (Member_ID, Member_Phone, client_ID, etc) based on what the user selects.
i know this is simple but I am just drawing a blank. Thanks in advance. Stephanie Nicholas
Software Engineer
i-Net Strategy