M
Mellstock
I have just written my first bit of successful code in Access. On
entering a partner's intials onto an invoice form the code fills in the
partners profile in another field as it will appear on the invoice. The
initials field is used 1) to identify partners on internal reports and
2) to speed up data entry. The code on updating the initials with say
WGD enters Mr W G Doherty into the profile field. So far so good but I
have noticed two problems so far and there may of course be more.
1) The code only works if I use the lookup list to enter the details
into the initials field. If I type W the initials field fills out WGD
(quite useful) but the form does not update the profile it only does it
if I select WGD from the lookup menu. I find it quite useful to just
enter the single initial as it often identifies the correct partner
quickly.
2) If I enter the wrong partner say WGD from the lookup list first time
and want to change it to say IRR (me) the profile field previously
entered automatically does not change from Mr W G Doherty I have to
manually delete and change it.
Can anybody help? Thank you.
entering a partner's intials onto an invoice form the code fills in the
partners profile in another field as it will appear on the invoice. The
initials field is used 1) to identify partners on internal reports and
2) to speed up data entry. The code on updating the initials with say
WGD enters Mr W G Doherty into the profile field. So far so good but I
have noticed two problems so far and there may of course be more.
1) The code only works if I use the lookup list to enter the details
into the initials field. If I type W the initials field fills out WGD
(quite useful) but the form does not update the profile it only does it
if I select WGD from the lookup menu. I find it quite useful to just
enter the single initial as it often identifies the correct partner
quickly.
2) If I enter the wrong partner say WGD from the lookup list first time
and want to change it to say IRR (me) the profile field previously
entered automatically does not change from Mr W G Doherty I have to
manually delete and change it.
Can anybody help? Thank you.