G
Guest
I have a form (tblClientTransactions) which has a list of records for the
times that we spent on clients. The form has client ID, client name,
employee #, hours, etc. On the form, I want the users be able to change
client ID and to populate the client name automatically, vice versa. I have
the client ID set up as a combo box.
I tried the main form and sub-form by linking Client table and
tblClientTransactions. It comes up only the transactions associate with that
client ID (or client name). I want it to be able to list all the
transactions on the form and make changes.
Thanks.
times that we spent on clients. The form has client ID, client name,
employee #, hours, etc. On the form, I want the users be able to change
client ID and to populate the client name automatically, vice versa. I have
the client ID set up as a combo box.
I tried the main form and sub-form by linking Client table and
tblClientTransactions. It comes up only the transactions associate with that
client ID (or client name). I want it to be able to list all the
transactions on the form and make changes.
Thanks.