C
Claude Mathieu
Hope you can point me in the right direction.
For simplicity's sake, assume one table with the following fields;
<table_customers>
fld_customerID (autonumber)
fld_name
fld_city
I'm trying to develop a form where the user can:
a) use a combo box to select a customer name from
table_customers<completed>,
b) view the details associated with the particular selection <completed>,
c) edit and/or add to the fields (i.e., modify or add the city) using the
same form,<need help here>
d) using a command button, update the table with the new information just
entered.<need help here>
I am not new to VB (self-taught VB in Excel) but I am a newbie to Access. I'
m a bit lost at this point and what information I was able to find assumed a
high level of VB/Access knowledge - so I can't seem to make the jump to
where I want to go. Can anyone point me to examples of this so I can build
from there or outline a simple step by step plan.
Thank you!
Claude
For simplicity's sake, assume one table with the following fields;
<table_customers>
fld_customerID (autonumber)
fld_name
fld_city
I'm trying to develop a form where the user can:
a) use a combo box to select a customer name from
table_customers<completed>,
b) view the details associated with the particular selection <completed>,
c) edit and/or add to the fields (i.e., modify or add the city) using the
same form,<need help here>
d) using a command button, update the table with the new information just
entered.<need help here>
I am not new to VB (self-taught VB in Excel) but I am a newbie to Access. I'
m a bit lost at this point and what information I was able to find assumed a
high level of VB/Access knowledge - so I can't seem to make the jump to
where I want to go. Can anyone point me to examples of this so I can build
from there or outline a simple step by step plan.
Thank you!
Claude