C
ChuckW
Hi,
I have an access database that is populated by a transactional system's
export procedure. I can't change or modify the tables in any way. There is
a customer table that lists all of our customers. I want to create a form
where someone in our customer service department selects someone from a drop
down box and then clicks on a button. By doing this, the name of the person
and today's date are sent to a separate table called InsideSales. There
should be two fields in this table: CustomerName and Date. I can then do
queries on who the person has spoken with and what the date was. Can someone
help me with how to build this? I know how to create the list box based on
the CustomerName field in the Customer table but could use help with
everything else.
Chuck
I have an access database that is populated by a transactional system's
export procedure. I can't change or modify the tables in any way. There is
a customer table that lists all of our customers. I want to create a form
where someone in our customer service department selects someone from a drop
down box and then clicks on a button. By doing this, the name of the person
and today's date are sent to a separate table called InsideSales. There
should be two fields in this table: CustomerName and Date. I can then do
queries on who the person has spoken with and what the date was. Can someone
help me with how to build this? I know how to create the list box based on
the CustomerName field in the Customer table but could use help with
everything else.
Chuck